summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-15 23:29:03 +0000
committerobrien <obrien@FreeBSD.org>2000-05-15 23:29:03 +0000
commitb448bd5eed144c0d3dc78de5655b498f8b791ee2 (patch)
tree37f08ed917da8d6e5d3194ddaa8ae5f6039cb959 /secure
parentf0439cee6640ccb4f560dabe921e2cb06e6a2614 (diff)
downloadFreeBSD-src-b448bd5eed144c0d3dc78de5655b498f8b791ee2.zip
FreeBSD-src-b448bd5eed144c0d3dc78de5655b498f8b791ee2.tar.gz
/dev/urandom is the default random device, so no use in stateing it here.
Also simplify the conditionals a little.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index c77ed39..6197d63 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -6,12 +6,9 @@ CFLAGS+= -DTERMIOS -DANSI_SOURCE -DNO_IDEA -I${LCRYPTO_SRC} -I${.OBJDIR}
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -DL_ENDIAN
# -DBN_ASM -DSHA1_ASM -DMD5_ASM -DRMD160_ASM - XXX notyet
-CFLAGS+= -DDEVRANDOM=\"/dev/urandom\"
-.else
-.if ${MACHINE_ARCH} == "alpha"
+.elif ${MACHINE_ARCH} == "alpha"
# no ENDIAN stuff defined for alpha (64-bit)
.endif
-.endif
WITH_RSA?= YES
OpenPOWER on IntegriCloud