From 2af1917a5ba184a0081703607908dce732bdcab1 Mon Sep 17 00:00:00 2001 From: djm <> Date: Thu, 7 Oct 2010 10:49:39 +0000 Subject: OpenSSL grows another undocumented header, apparently needed on armish --- src/lib/libssl/crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index dfcfffe193..7b085f5c70 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2010/10/06 22:57:46 djm Exp $ +# $OpenBSD: Makefile,v 1.58 2010/10/07 10:49:39 djm Exp $ LIB= crypto WANTLINT= @@ -345,6 +345,7 @@ SRCS+= v3_asid.c v3_addr.c ${LCRYPTO_SRC}/x509v3 HDRS=\ + e_os.h \ e_os2.h \ crypto/acss/acss.h \ crypto/aes/aes.h \ -- cgit v1.2.3-55-g6feb