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/evp/evp.h | |
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/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index faeb3c24e6..ba8440aad9 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -69,8 +69,6 @@ | |||
69 | 69 | ||
70 | #include <openssl/ossl_typ.h> | 70 | #include <openssl/ossl_typ.h> |
71 | 71 | ||
72 | #include <openssl/symhacks.h> | ||
73 | |||
74 | #ifndef OPENSSL_NO_BIO | 72 | #ifndef OPENSSL_NO_BIO |
75 | #include <openssl/bio.h> | 73 | #include <openssl/bio.h> |
76 | #endif | 74 | #endif |