diff options
author | djm <> | 2010-10-07 10:49:39 +0000 |
---|---|---|
committer | djm <> | 2010-10-07 10:49:39 +0000 |
commit | 2af1917a5ba184a0081703607908dce732bdcab1 (patch) | |
tree | fe60d7b9d9c5a758f76ff8248d94c03fbf052044 /src | |
parent | 9b33e0a4893772bd3689c8403a7754593410469a (diff) | |
download | openbsd-2af1917a5ba184a0081703607908dce732bdcab1.tar.gz openbsd-2af1917a5ba184a0081703607908dce732bdcab1.tar.bz2 openbsd-2af1917a5ba184a0081703607908dce732bdcab1.zip |
OpenSSL grows another undocumented header, apparently needed on armish
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.57 2010/10/06 22:57:46 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.58 2010/10/07 10:49:39 djm Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | WANTLINT= | 4 | WANTLINT= |
@@ -345,6 +345,7 @@ SRCS+= v3_asid.c v3_addr.c | |||
345 | ${LCRYPTO_SRC}/x509v3 | 345 | ${LCRYPTO_SRC}/x509v3 |
346 | 346 | ||
347 | HDRS=\ | 347 | HDRS=\ |
348 | e_os.h \ | ||
348 | e_os2.h \ | 349 | e_os2.h \ |
349 | crypto/acss/acss.h \ | 350 | crypto/acss/acss.h \ |
350 | crypto/aes/aes.h \ | 351 | crypto/aes/aes.h \ |