diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index 6f8f5958e4..c864b41d03 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
@@ -33,12 +33,6 @@ CFLAGS+= -DB_ENDIAN | |||
33 | CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE | 33 | CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE |
34 | CFLAGS+= -I/usr/include/ssl | 34 | CFLAGS+= -I/usr/include/ssl |
35 | 35 | ||
36 | #SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c gendh.c errstr.c ca.c \ | ||
37 | # pkcs7.c crl2p7.c crl.c \ | ||
38 | # rsa.c dsa.c dsaparam.c \ | ||
39 | # x509.c genrsa.c gendsa.c s_server.c s_client.c speed.c \ | ||
40 | # s_time.c apps.c s_cb.c s_socket.c version.c sess_id.c \ | ||
41 | # ciphers.c nseq.c pkcs12.c pkcs8.c openssl.c | ||
42 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ | 36 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ |
43 | pkcs7.c crl2p7.c crl.c ca.c \ | 37 | pkcs7.c crl2p7.c crl.c ca.c \ |
44 | rsa.c dsa.c dsaparam.c \ | 38 | rsa.c dsa.c dsaparam.c \ |