Move the rsaref gunk to libRSAglue where ports expect it.

This commit is contained in:
Kris Kennaway 2000-01-20 07:27:38 +00:00
parent 5afe765e66
commit 486bbb25ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56315

View File

@ -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