diff options
author | 2014-04-13 16:03:30 +0000 | |
---|---|---|
committer | 2014-04-13 16:03:30 +0000 | |
commit | 09995f649b5c015ece48201c3d96aa5fcf47ff32 (patch) | |
tree | e836bde9ea444f16858c82be6c3cae76c1303aa0 | |
parent | Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl, (diff) | |
download | wireguard-openbsd-09995f649b5c015ece48201c3d96aa5fcf47ff32.tar.xz wireguard-openbsd-09995f649b5c015ece48201c3d96aa5fcf47ff32.zip |
Do not install e_os.h, it is not an external header and should not be used
by anything in userland.
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index 789f92f5b39..e03af780a6b 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/04/13 15:49:47 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2014/04/13 16:03:30 miod Exp $ LIB= crypto @@ -347,7 +347,6 @@ SRCS+= v3_asid.c v3_addr.c ${LCRYPTO_SRC}/x509v3 HDRS=\ - e_os.h \ e_os2.h \ crypto/aes/aes.h \ crypto/asn1/asn1.h \ |