diff options
author | markus <> | 2002-09-26 11:39:50 +0000 |
---|---|---|
committer | markus <> | 2002-09-26 11:39:50 +0000 |
commit | 1ff7efb02515a78757c23473432f37ed75812fe3 (patch) | |
tree | a1983a2e7ead44a954b52343e6259c6b46a489b3 /src/usr.sbin | |
parent | b6a2af062b0379d4234272d0ac19395aa4747b9b (diff) | |
download | openbsd-1ff7efb02515a78757c23473432f37ed75812fe3.tar.gz openbsd-1ff7efb02515a78757c23473432f37ed75812fe3.tar.bz2 openbsd-1ff7efb02515a78757c23473432f37ed75812fe3.zip |
remove MDC2; patents
Diffstat (limited to 'src/usr.sbin')
-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\ |