From 7672679c0c094e2e17401fdb2f3b5cdd234c743b Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 13 Apr 2014 16:03:30 +0000 Subject: [PATCH] Do not install e_os.h, it is not an external header and should not be used by anything in userland. --- src/lib/libcrypto/crypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 789f92f5..e03af780 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/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 \