summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-11-13 02:21:38 +0000
committerkris <kris@FreeBSD.org>2000-11-13 02:21:38 +0000
commit1925c689bb54430f43bbd1ad8fedc9e73c7dfa92 (patch)
treec8427eb390a39a01d8c0ceea0feb5f66608c3c3c /secure/usr.bin/openssl
parent76c54c9ba38450a69a291e1a8616ef6e229043ef (diff)
downloadFreeBSD-src-1925c689bb54430f43bbd1ad8fedc9e73c7dfa92.zip
FreeBSD-src-1925c689bb54430f43bbd1ad8fedc9e73c7dfa92.tar.gz
Update for OpenSSL 0.9.6
Diffstat (limited to 'secure/usr.bin/openssl')
-rw-r--r--secure/usr.bin/openssl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 4aea4f0..a97daf4 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -20,11 +20,12 @@ WITH_RSA?= YES
CFLAGS+= -DNO_RSA -DNO_SSL2
.endif
-SRCS= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c \
- dh.c dhparam.c dsa.c dsaparam.c enc.c errstr.c gendh.c gendsa.c \
- genrsa.c nseq.c openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c rand.c \
- req.c rsa.c s_cb.c s_client.c s_server.c s_socket.c s_time.c \
- sess_id.c smime.c speed.c spkac.c verify.c version.c x509.c
+SRCS= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c \
+ dgst.c dh.c dhparam.c dsa.c dsaparam.c enc.c errstr.c gendh.c \
+ gendsa.c genrsa.c nseq.c openssl.c passwd.c pkcs12.c pkcs7.c \
+ pkcs8.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c \
+ s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c \
+ spkac.c verify.c version.c x509.o
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud