diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-26 11:39:51 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-26 11:39:51 +0000 |
commit | 765a63455e0779aa7eec4ba2e8a8c872d61883f0 (patch) | |
tree | 29d003fcd15eb762307abed3c1834302cb82a6cb /usr.sbin | |
parent | 2dd39ae7ae612cc730dd9fdc7043791c510836a6 (diff) |
remove MDC2; patents
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index fa280d2f59b..ee8f5b8c5cf 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -29,6 +29,7 @@ CFLAGS+= -DB_ENDIAN .endif CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 +CFLAGS+= -DOPENSSL_NO_MDC2 CFLAGS+= -I/usr/include/ssl -I${SSLEAY_SRC_TOP} SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ |