From c14f52207d89f99d831be769d6470b4b03c59be4 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 20 Jan 2000 07:27:38 +0000 Subject: Move the rsaref gunk to libRSAglue where ports expect it. --- secure/lib/libcrypto/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'secure') 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 -- cgit v1.1