summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-20 07:27:38 +0000
committerkris <kris@FreeBSD.org>2000-01-20 07:27:38 +0000
commitc14f52207d89f99d831be769d6470b4b03c59be4 (patch)
tree718286665b509aeec3cb1cf2766ac59d61629caf /secure
parent3698c50454ec3b635d3d4fd2398f3c45bcfb6fb0 (diff)
downloadFreeBSD-src-c14f52207d89f99d831be769d6470b4b03c59be4.zip
FreeBSD-src-c14f52207d89f99d831be769d6470b4b03c59be4.tar.gz
Move the rsaref gunk to libRSAglue where ports expect it.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 34ff381..2a5cb18 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -7,8 +7,6 @@ SHLIB_MAJOR= 1
MAINTAINER= kris
-LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
-
# base sources
SRCS+= cryptlib.c mem.c cversion.c ex_data.c cpt_err.c tmdiff.c
@@ -129,11 +127,6 @@ SRCS+= rmd_dgst.c rmd_one.c
.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
-
-# rsaref
-.if defined(RSAREF) && ${RSAREF} == YES
-SRCS+= rsar_err.c rsaref.c
-.endif
.endif
# sha
@@ -217,7 +210,7 @@ beforeinstall: ${.OBJDIR}/openssl/opensslconf.h
${LCRYPTO_SRC}/mdc2 ${LCRYPTO_SRC}/objects ${LCRYPTO_SRC}/pem \
${LCRYPTO_SRC}/pkcs7 ${LCRYPTO_SRC}/pkcs12 ${LCRYPTO_SRC}/rand \
${LCRYPTO_SRC}/rc2 ${LCRYPTO_SRC}/rc4 ${LCRYPTO_SRC}/rc5 \
- ${LCRYPTO_SRC}/ripemd ${LCRYPTO_SRC}/rsa ${LCRYPTO_SRC}/../rsaref \
+ ${LCRYPTO_SRC}/ripemd ${LCRYPTO_SRC}/rsa \
${LCRYPTO_SRC}/sha ${LCRYPTO_SRC}/stack ${LCRYPTO_SRC}/txt_db \
${LCRYPTO_SRC}/x509 ${LCRYPTO_SRC}/x509v3
OpenPOWER on IntegriCloud