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/x509 | |
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/x509')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 092dd7450d..121847b244 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
@@ -65,7 +65,6 @@ | |||
65 | #define HEADER_X509_H | 65 | #define HEADER_X509_H |
66 | 66 | ||
67 | #include <openssl/e_os2.h> | 67 | #include <openssl/e_os2.h> |
68 | #include <openssl/symhacks.h> | ||
69 | #ifndef OPENSSL_NO_BUFFER | 68 | #ifndef OPENSSL_NO_BUFFER |
70 | #include <openssl/buffer.h> | 69 | #include <openssl/buffer.h> |
71 | #endif | 70 | #endif |
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h index fe09b30aaa..1766e3cd21 100644 --- a/src/lib/libcrypto/x509/x509_vfy.h +++ b/src/lib/libcrypto/x509/x509_vfy.h | |||
@@ -71,7 +71,6 @@ | |||
71 | #endif | 71 | #endif |
72 | #include <openssl/bio.h> | 72 | #include <openssl/bio.h> |
73 | #include <openssl/crypto.h> | 73 | #include <openssl/crypto.h> |
74 | #include <openssl/symhacks.h> | ||
75 | 74 | ||
76 | #ifdef __cplusplus | 75 | #ifdef __cplusplus |
77 | extern "C" { | 76 | extern "C" { |