diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-02-26 13:13:03 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-26 13:13:03 +0000 |
| commit | 9fa5f5fd96e61991c4cb06bb4ab5c0e4bc9a7a99 (patch) | |
| tree | 59bca2a02db0c68bb48d64cc97294d6ee84c42cd /secure/usr.bin | |
| parent | b70ab85b2bb5d6a7b2f18ed4ac5d2a861f565c67 (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin')
| -rw-r--r-- | secure/usr.bin/openssl/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index 697faf1e4272..93c19d89f6d8 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -15,13 +15,6 @@ CFLAGS+= -DMONOLITH -DNO_IDEA -I${.CURDIR} WITH_RSA?= YES .if ${WITH_RSA} == NO CFLAGS+= -DNO_RSA -DNO_SSL2 -.else -.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO -RSAREF= YES -.endif -.endif -.if (defined(RSAREF) && ${RSAREF} == YES) || !exists(${LCRYPTO_SRC}/rsa/rsa_eay.c) -CFLAGS+= -DRSAref .endif SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \ |
