diff options
Diffstat (limited to 'src/usr.sbin/openssl/Makefile')
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index fa280d2f59..ee8f5b8c5c 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
@@ -29,6 +29,7 @@ CFLAGS+= -DB_ENDIAN | |||
29 | .endif | 29 | .endif |
30 | 30 | ||
31 | CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 | 31 | CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 |
32 | CFLAGS+= -DOPENSSL_NO_MDC2 | ||
32 | CFLAGS+= -I/usr/include/ssl -I${SSLEAY_SRC_TOP} | 33 | CFLAGS+= -I/usr/include/ssl -I${SSLEAY_SRC_TOP} |
33 | 34 | ||
34 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ | 35 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ |