diff options
| author | djm <> | 2010-10-07 10:49:39 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-07 10:49:39 +0000 |
| commit | 7760552c97ebc65d0706255512e18a752735689b (patch) | |
| tree | fe60d7b9d9c5a758f76ff8248d94c03fbf052044 /src | |
| parent | 283cf548ed21ec24c99de94f8eb67a99df6a04c0 (diff) | |
| download | openbsd-7760552c97ebc65d0706255512e18a752735689b.tar.gz openbsd-7760552c97ebc65d0706255512e18a752735689b.tar.bz2 openbsd-7760552c97ebc65d0706255512e18a752735689b.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 \ |
