diff options
author | deraadt <> | 2000-04-25 01:25:13 +0000 |
---|---|---|
committer | deraadt <> | 2000-04-25 01:25:13 +0000 |
commit | d6c6e12b7f72e026fa5e115364106cc45355cbee (patch) | |
tree | ae9146a359ef768243ec144caa5240881915e7aa /src/usr.sbin | |
parent | bc88ce47775b58481ca25594538a6401e547f0e4 (diff) | |
download | openbsd-d6c6e12b7f72e026fa5e115364106cc45355cbee.tar.gz openbsd-d6c6e12b7f72e026fa5e115364106cc45355cbee.tar.bz2 openbsd-d6c6e12b7f72e026fa5e115364106cc45355cbee.zip |
omit RC5
Diffstat (limited to 'src/usr.sbin')
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index f9d5fd76e5..804114bf3d 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
@@ -30,7 +30,7 @@ CFLAGS+= -DB_ENDIAN | |||
30 | .endif | 30 | .endif |
31 | .endif | 31 | .endif |
32 | 32 | ||
33 | CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE | 33 | CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_RC5 |
34 | CFLAGS+= -I/usr/include/ssl | 34 | CFLAGS+= -I/usr/include/ssl |
35 | 35 | ||
36 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ | 36 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ |
@@ -44,4 +44,3 @@ SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ | |||
44 | .PATH: ${SSLEAY_SRC} | 44 | .PATH: ${SSLEAY_SRC} |
45 | 45 | ||
46 | .include<bsd.prog.mk> | 46 | .include<bsd.prog.mk> |
47 | |||