Move the rsaref gunk to libRSAglue where ports expect it.
This commit is contained in:
parent
a6ac900407
commit
075acf51df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user