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/lib/libcrypto | |
| parent | b70ab85b2bb5d6a7b2f18ed4ac5d2a861f565c67 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 15 | ||||
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 5 |
2 files changed, 2 insertions, 18 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index fd3acc757e02..6824189b8b53 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -125,15 +125,8 @@ SRCS+= rmd_dgst.c rmd_one.c # rsa .if defined(WITH_RSA) && ${WITH_RSA} == YES -SRCS+= rsa_chk.c rsa_err.c rsa_gen.c rsa_lib.c rsa_none.c rsa_oaep.c \ - rsa_pk1.c rsa_saos.c rsa_sign.c rsa_ssl.c -.if (!defined(RSAREF) || ${RSAREF} != YES) && exists(${LCRYPTO_SRC}/rsa/rsa_eay.c) -SRCS+= rsa_eay.c # native rsa -.else -SRCS+= rsar_err.c rsaref.c rsaref_stubs.c # external rsaref -HDRS+= ../rsaref/rsaref.h -CFLAGS+=-DRSAref -.endif +SRCS+= rsa_chk.c rsa_gen.c rsa_lib.c rsa_none.c rsa_oaep.c \ + rsa_pk1.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_stubs.c .endif # sha @@ -166,10 +159,6 @@ HDRS= asn1/asn1.h asn1/asn1_mac.h bio/bio.h bf/blowfish.h bn/bn.h \ sha/sha.h stack/stack.h tmdiff.h txt_db/txt_db.h x509/x509.h \ x509/x509_vfy.h x509v3/x509v3.h -.if defined(RSAREF) && ${RSAREF} == YES -HDRS+= ../rsaref/rsaref.h -.endif - beforedepend: ${.OBJDIR}/obj_dat.h ${.OBJDIR}/buildinf.h \ ${.OBJDIR}/openssl/opensslconf.h headers diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 11fee3a2bd53..6391c6874019 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -13,9 +13,4 @@ CFLAGS+= -DDEVRANDOM=\"/dev/urandom\" .endif .endif -LOCALBASE?= /usr/local - WITH_RSA?= YES -.if (!defined(USA_RESIDENT) || ${USA_RESIDENT} != NO) && ${WITH_RSA} != NO -RSAREF= YES -.endif |
