summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/Makefile')
-rw-r--r--secure/usr.bin/openssl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 93c19d8..7499cb7 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -17,11 +17,11 @@ WITH_RSA?= YES
CFLAGS+= -DNO_RSA -DNO_SSL2
.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 \
- nseq.c openssl.c pkcs12.c pkcs7.c pkcs8.c req.c rsa.c s_cb.c \
- s_client.c s_server.c s_socket.c s_time.c sess_id.c speed.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 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
.PATH: ${OPENSSL_SRC}
OpenPOWER on IntegriCloud