diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2000-03-19 11:50:43 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2000-03-19 11:50:43 +0000 |
commit | a87be20b17931fb8bfca86e94ddcd22e8d37dc2b (patch) | |
tree | 9632f54cbf96d893651fd6fa61e4ad62bff1058f /usr.sbin/openssl | |
parent | 8a656e7264c69226f988a995b648ab1de519fb55 (diff) |
cleanup
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index 6f8f5958e4e..c864b41d037 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -33,12 +33,6 @@ CFLAGS+= -DB_ENDIAN CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE CFLAGS+= -I/usr/include/ssl -#SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c gendh.c errstr.c ca.c \ -# pkcs7.c crl2p7.c crl.c \ -# rsa.c dsa.c dsaparam.c \ -# x509.c genrsa.c gendsa.c s_server.c s_client.c speed.c \ -# s_time.c apps.c s_cb.c s_socket.c version.c sess_id.c \ -# ciphers.c nseq.c pkcs12.c pkcs8.c openssl.c SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ pkcs7.c crl2p7.c crl.c ca.c \ rsa.c dsa.c dsaparam.c \ |