diff options
author | miod <> | 2014-04-13 16:03:30 +0000 |
---|---|---|
committer | miod <> | 2014-04-13 16:03:30 +0000 |
commit | 08ed62f0ef85892a83b647ef394a9484a294cf76 (patch) | |
tree | 7d771b4c38bca058f31ced541c26150d1b7ce237 /src | |
parent | ff237038a541d51619efa5b36fb251c8dc1e9637 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -347,7 +347,6 @@ SRCS+= v3_asid.c v3_addr.c | |||
347 | ${LCRYPTO_SRC}/x509v3 | 347 | ${LCRYPTO_SRC}/x509v3 |
348 | 348 | ||
349 | HDRS=\ | 349 | HDRS=\ |
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 \ |