Home | History | Annotate | Line # | Download | only in libcrypto
cmac.inc revision 1.1
      1  1.1  christos #	$NetBSD: cmac.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2  1.1  christos 
      3  1.1  christos .PATH.c:	${OPENSSLSRC}/crypto/cmac
      4  1.1  christos 
      5  1.1  christos CMAC_SRCS += \
      6  1.1  christos cmac.c \
      7  1.1  christos 
      8  1.1  christos SRCS += ${CMAC_SRCS}
      9  1.1  christos 
     10  1.1  christos .for cryptosrc in ${CMAC_SRCS}
     11  1.1  christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/cmac ${CMACCPPFLAGS}
     12  1.1  christos .endfor
     13