Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: sm2.inc,v 1.1.1.1 2023/04/18 14:19:04 christos Exp $
      2 #
      3 #	SRCS extracted from src/crypto/dist/openssl/crypto/sm2/Makefile
      4 #
      5 
      6 .PATH:	${OPENSSLSRC}/crypto/sm2
      7 
      8 SM2_SRCS += \
      9 sm2_crypt.c \
     10 sm2_err.c \
     11 sm2_pmeth.c \
     12 sm2_sign.c
     13 
     14 SRCS += ${SM2_SRCS}
     15 
     16 .for cryptosrc in ${SM2_SRCS}
     17 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/sha ${SM3CPPFLAGS}
     18 .endfor
     19