minix/crypto/external/bsd/openssl/lib/libcrypto/rand.inc
2018-11-11 15:29:04 +00:00

18 lines
434 B
PHP

# $NetBSD: rand.inc,v 1.2 2016/10/14 16:09:43 spz Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from src/crypto/dist/openssl/crypto/rand/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/rand
RAND_SRCS = md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
rand_win.c rand_unix.c rand_os2.c rand_nw.c
SRCS += ${RAND_SRCS}
.for cryptosrc in ${RAND_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rand
.endfor