Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: sm2.inc,v 1.2 2023/05/06 17:07:23 christos Exp $
      2 
      3 .PATH:	${OPENSSLSRC}/crypto/sm2
      4 
      5 SM2_SRCS += \
      6 sm2_crypt.c \
      7 sm2_err.c \
      8 sm2_key.c \
      9 sm2_sign.c \
     10 
     11 SRCS += ${SM2_SRCS}
     12 
     13 .for cryptosrc in ${SM2_SRCS}
     14 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/sm2 ${SM2CPPFLAGS}
     15 .endfor
     16