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