diff options
author | miod <> | 2014-04-13 16:03:30 +0000 |
---|---|---|
committer | miod <> | 2014-04-13 16:03:30 +0000 |
commit | f205d8eebdfdb799742928c73de68797a1f2e302 (patch) | |
tree | 7d771b4c38bca058f31ced541c26150d1b7ce237 /src | |
parent | f503a86a00224a723a7d63b6440dda60b5271f08 (diff) | |
download | openbsd-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/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 \ |