diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-07 10:49:40 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-07 10:49:40 +0000 |
commit | 7195157b2c37254b8fa338e3d3a2721f4303460c (patch) | |
tree | eab8d5e760a976a218051dc6914ae94700cc012e /lib | |
parent | 2cbba2fa221b857325058727dfb695e96c3388a8 (diff) |
OpenSSL grows another undocumented header, apparently needed on armish
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index dfcfffe193c..7b085f5c703 100644 --- a/lib/libssl/crypto/Makefile +++ b/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 \ |