blob: 094eb19f01c231e5311507fa472be0dc75ed9769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: sm4.inc,v 1.1.1.1 2023/04/18 14:19:04 christos Exp $
#
# SRCS extracted from src/crypto/dist/openssl/crypto/sm4/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/sm4
SM4_SRCS += sm4.c
SRCS += ${SM4_SRCS}
.for cryptosrc in ${SM4_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/sha ${SM4CPPFLAGS}
.endfor
|