summaryrefslogtreecommitdiff
path: root/lib/libssl/crypto
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-08-31 00:21:27 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-08-31 00:21:27 +0000
commit45839cf828abb35cc6330ba50e9ff2a3695de474 (patch)
treeeb846ab32e92760a151c1cdeed1512b162fb9c0a /lib/libssl/crypto
parentb3632dc2ce8df3d2cb701d0d040549776eae1486 (diff)
don't install e_os.h (it's private)
remove duplicate headers, trailing whitespace
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r--lib/libssl/crypto/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile
index cc5e3e584f7..44f83e2e322 100644
--- a/lib/libssl/crypto/Makefile
+++ b/lib/libssl/crypto/Makefile
@@ -185,12 +185,9 @@ HDRS= asn1.h asn1_mac.h bio.h blowfish.h bn.h buffer.h cast.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 \
- x509_vfy.h ossl_typ.h x509v3.h asn1t.h des_old.h ossl_typ.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
-SRC_HDRS= e_os.h
-
-
.PATH: ${LCRYPTO_SRC}/md2 ${LCRYPTO_SRC}/md5 ${LCRYPTO_SRC}/sha \
${LCRYPTO_SRC}/mdc2 ${LCRYPTO_SRC}/hmac ${LCRYPTO_SRC}/ripemd \
${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/rc2 ${LCRYPTO_SRC}/rc4 \
@@ -219,18 +216,6 @@ includes:
echo $$j; \
eval "$$j"; \
done; \
- cd ${LCRYPTO_SRC}/../; for i in $(SRC_HDRS); do \
- f=`basename $$i`; \
- j="sed 's/<openssl/<ssl/' \
- ${LCRYPTO_SRC}/../$$i >$$d/$$f && \
- (cmp -s $$d/$$f ${DESTDIR}/usr/include/ssl/$$f || \
- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
- $$d/$$f ${DESTDIR}/usr/include/ssl)"; \
- echo $$j; \
- eval "$$j"; \
- done; \
rm -rf $$d
-
.include <bsd.lib.mk>
-