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
commit08ed62f0ef85892a83b647ef394a9484a294cf76 (patch)
tree7d771b4c38bca058f31ced541c26150d1b7ce237 /src
parentff237038a541d51619efa5b36fb251c8dc1e9637 (diff)
downloadopenbsd-08ed62f0ef85892a83b647ef394a9484a294cf76.tar.gz
openbsd-08ed62f0ef85892a83b647ef394a9484a294cf76.tar.bz2
openbsd-08ed62f0ef85892a83b647ef394a9484a294cf76.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 \