Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: siphash.inc,v 1.1.1.1 2023/04/18 14:19:04 christos Exp $
      2 #
      3 #	SRCS extracted from src/crypto/dist/openssl/crypto/siphash
      4 #
      5 
      6 SIPHASH=${OPENSSLSRC}/crypto/siphash
      7 .PATH:	${SIPHASH}
      8 
      9 
     10 SIPHASH_SRCS += \
     11 siphash.c \
     12 siphash_ameth.c \
     13 siphash_pmeth.c
     14 
     15 SRCS += ${SIPHASH_SRCS}
     16 
     17 .for cryptosrc in ${SIPHASH_SRCS}
     18 CPPFLAGS.${cryptosrc} = -I${SIPHASH} ${SIPHASHCPPFLAGS}
     19 .endfor
     20