Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: rand.inc,v 1.1 2025/07/17 14:25:26 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/rand
      4 
      5 RAND_SRCS += \
      6 prov_seed.c \
      7 rand_deprecated.c \
      8 rand_err.c \
      9 rand_lib.c \
     10 rand_meth.c \
     11 rand_pool.c \
     12 rand_uniform.c \
     13 randfile.c \
     14 
     15 SRCS += ${RAND_SRCS}
     16 
     17 .for cryptosrc in ${RAND_SRCS}
     18 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/rand ${RANDCPPFLAGS}
     19 .endfor
     20