summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libssl/Makefile')
-rw-r--r--secure/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index 9dcf1b3..21d11d4 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -24,12 +24,12 @@ CRYPTOHDRS= asn1/asn1.h asn1/asn1_mac.h bio/bio.h bf/blowfish.h bn/bn.h \
err/err.h evp/evp.h hmac/hmac.h lhash/lhash.h md2/md2.h \
md5/md5.h mdc2/mdc2.h objects/objects.h opensslv.h pem/pem.h \
pem/pem2.h pkcs12/pkcs12.h pkcs7/pkcs7.h rand/rand.h rc2/rc2.h \
- rc4/rc4.h rc5/rc5.h ripemd/ripemd.h stack/safestack.h \
+ rc4/rc4.h rc5/rc5.h ripemd/ripemd.h rsa/rsa.h stack/safestack.h \
sha/sha.h stack/stack.h tmdiff.h txt_db/txt_db.h x509/x509.h \
x509/x509_vfy.h x509v3/x509v3.h
.if defined(RSAREF) && ${RSAREF} == YES
-CRYPTOHDRS+= rsa/rsa.h ../rsaref/rsaref.h
+CRYPTOHDRS+= ../rsaref/rsaref.h
.endif
beforedepend: headers ${.OBJDIR}/openssl/opensslconf.h
OpenPOWER on IntegriCloud