summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2014-04-13 16:03:30 +0000
committermiod <>2014-04-13 16:03:30 +0000
commitf205d8eebdfdb799742928c73de68797a1f2e302 (patch)
tree7d771b4c38bca058f31ced541c26150d1b7ce237 /src
parentf503a86a00224a723a7d63b6440dda60b5271f08 (diff)
downloadopenbsd-f205d8eebdfdb799742928c73de68797a1f2e302.tar.gz
openbsd-f205d8eebdfdb799742928c73de68797a1f2e302.tar.bz2
openbsd-f205d8eebdfdb799742928c73de68797a1f2e302.zip
Do not install e_os.h, it is not an external header and should not be used
by anything in userland.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/crypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile
index 789f92f5b3..e03af780a6 100644
--- a/src/lib/libcrypto/crypto/Makefile
+++ b/src/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2014/04/13 15:49:47 miod Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/04/13 16:03:30 miod Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -347,7 +347,6 @@ SRCS+= v3_asid.c v3_addr.c
347 ${LCRYPTO_SRC}/x509v3 347 ${LCRYPTO_SRC}/x509v3
348 348
349HDRS=\ 349HDRS=\
350 e_os.h \
351 e_os2.h \ 350 e_os2.h \
352 crypto/aes/aes.h \ 351 crypto/aes/aes.h \
353 crypto/asn1/asn1.h \ 352 crypto/asn1/asn1.h \