diff options
Diffstat (limited to 'src/usr.sbin/openssl')
| -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 | |||
