diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-08-31 00:24:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-08-31 00:24:21 +0000 |
commit | 6ba889fefcfac157a898f8fe14c5369103fc9515 (patch) | |
tree | 00dea1059ac9a05fc84af5a198ef237f01412666 /lib/libssl/crypto | |
parent | 45839cf828abb35cc6330ba50e9ff2a3695de474 (diff) |
ssl headers are already installed for libssl
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 44f83e2e322..a6cbe45e7e1 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -183,8 +183,8 @@ HDRS= asn1.h asn1_mac.h bio.h blowfish.h bn.h buffer.h cast.h \ e_os2.h ebcdic.h engine.h err.h evp.h hmac.h idea.h lhash.h \ md2.h md4.h md5.h mdc2.h obj_mac.h objects.h opensslconf.h \ opensslv.h pem.h pem2.h pkcs12.h pkcs7.h rand.h rc2.h rc4.h \ - rc5.h ripemd.h rsa.h safestack.h sha.h ssl.h ssl2.h ssl23.h \ - ssl3.h stack.h symhacks.h tls1.h tmdiff.h txt_db.h x509.h \ + rc5.h ripemd.h rsa.h safestack.h sha.h \ + stack.h symhacks.h tmdiff.h txt_db.h x509.h \ x509_vfy.h x509v3.h asn1t.h des_old.h ossl_typ.h \ ui.h ui_compat.h aes.h ec.h ocsp.h |