Merge from internat.freebsd.org; deal with -DRSAref the same way as
libcrypto - not that it means much on the US code tree.
This commit is contained in:
parent
2649bf3728
commit
3e7de8aad5
@ -8,19 +8,21 @@ LDADD= -lssl -lcrypto
|
||||
NOMAN= noman
|
||||
|
||||
OPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/apps
|
||||
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
|
||||
|
||||
CFLAGS+= -DMONOLITH -DNO_IDEA -I${.CURDIR}
|
||||
|
||||
LOCALBASE?= /usr/local
|
||||
|
||||
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO
|
||||
.if !exists(${LOCALBASE}/lib/librsaref.a)
|
||||
CFLAGS+= -DNO_RSA -DNO_SSL2
|
||||
WITH_RSA?= YES
|
||||
.if ${WITH_RSA} == NO
|
||||
CFLAGS+= -DNO_RSA -DNO_SSL2
|
||||
.else
|
||||
CFLAGS+= -DRSAref
|
||||
LDADD+= ${LOCALBASE}/lib/librsaref.a
|
||||
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO
|
||||
RSAREF= YES
|
||||
.endif
|
||||
.endif
|
||||
.if (defined(RSAREF) && ${RSAREF} == YES) || !exists(${LCRYPTO_SRC}/rsa/rsa_eay.c)
|
||||
CFLAGS+= -DRSAref
|
||||
.endif
|
||||
|
||||
SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \
|
||||
dsa.c dsaparam.c enc.c errstr.c gendh.c gendsa.c genrsa.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user