diff options
| author | deraadt <> | 2014-04-13 23:50:03 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-13 23:50:03 +0000 |
| commit | 5389926124ee089503d54f4ca8b9a3c01ebf3397 (patch) | |
| tree | 8c5e61a817d6313ee8515c77ba06b41ce16d7b2d /src/lib/libcrypto/asn1 | |
| parent | cda33257f58f8db3c1ca537b69068295429016a8 (diff) | |
| download | openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.tar.gz openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.tar.bz2 openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.zip | |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'src/lib/libcrypto/asn1')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 220a0c8c63..c48ce3cb92 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
| @@ -67,8 +67,6 @@ | |||
| 67 | #include <openssl/stack.h> | 67 | #include <openssl/stack.h> |
| 68 | #include <openssl/safestack.h> | 68 | #include <openssl/safestack.h> |
| 69 | 69 | ||
| 70 | #include <openssl/symhacks.h> | ||
| 71 | |||
| 72 | #include <openssl/ossl_typ.h> | 70 | #include <openssl/ossl_typ.h> |
| 73 | #ifndef OPENSSL_NO_DEPRECATED | 71 | #ifndef OPENSSL_NO_DEPRECATED |
| 74 | #include <openssl/bn.h> | 72 | #include <openssl/bn.h> |
