diff options
| author | deraadt <> | 2014-04-13 23:50:03 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-13 23:50:03 +0000 |
| commit | c25e862c375209c119ed7f44041371dc8f6488a8 (patch) | |
| tree | 8c5e61a817d6313ee8515c77ba06b41ce16d7b2d /src | |
| parent | 8b4376c3ebaa81d1fc3bb4b652ee026559d79976 (diff) | |
| download | openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.tar.gz openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.tar.bz2 openbsd-c25e862c375209c119ed7f44041371dc8f6488a8.zip | |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'src')
31 files changed, 1 insertions, 46 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> |
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index f92fc5182d..76bc5958c0 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
| @@ -134,10 +134,6 @@ | |||
| 134 | #include <openssl/ebcdic.h> | 134 | #include <openssl/ebcdic.h> |
| 135 | #endif | 135 | #endif |
| 136 | 136 | ||
| 137 | /* Resolve problems on some operating systems with symbol names that clash | ||
| 138 | one way or another */ | ||
| 139 | #include <openssl/symhacks.h> | ||
| 140 | |||
| 141 | #ifdef __cplusplus | 137 | #ifdef __cplusplus |
| 142 | extern "C" { | 138 | extern "C" { |
| 143 | #endif | 139 | #endif |
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index e03af780a6..368fef5405 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2014/04/13 16:03:30 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2014/04/13 23:50:03 deraadt Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -406,7 +406,6 @@ HDRS=\ | |||
| 406 | crypto/stack/safestack.h \ | 406 | crypto/stack/safestack.h \ |
| 407 | crypto/stack/stack.h \ | 407 | crypto/stack/stack.h \ |
| 408 | crypto/store/store.h \ | 408 | crypto/store/store.h \ |
| 409 | crypto/symhacks.h \ | ||
| 410 | crypto/ts/ts.h \ | 409 | crypto/ts/ts.h \ |
| 411 | crypto/txt_db/txt_db.h \ | 410 | crypto/txt_db/txt_db.h \ |
| 412 | crypto/ui/ui.h \ | 411 | crypto/ui/ui.h \ |
diff --git a/src/lib/libcrypto/des/des_old.h b/src/lib/libcrypto/des/des_old.h index 2b2c372354..d75a6df2e8 100644 --- a/src/lib/libcrypto/des/des_old.h +++ b/src/lib/libcrypto/des/des_old.h | |||
| @@ -105,8 +105,6 @@ | |||
| 105 | #error <openssl/des_old.h> replaces <kerberos/des.h>. | 105 | #error <openssl/des_old.h> replaces <kerberos/des.h>. |
| 106 | #endif | 106 | #endif |
| 107 | 107 | ||
| 108 | #include <openssl/symhacks.h> | ||
| 109 | |||
| 110 | #ifdef OPENSSL_BUILD_SHLIBCRYPTO | 108 | #ifdef OPENSSL_BUILD_SHLIBCRYPTO |
| 111 | # undef OPENSSL_EXTERN | 109 | # undef OPENSSL_EXTERN |
| 112 | # define OPENSSL_EXTERN OPENSSL_EXPORT | 110 | # define OPENSSL_EXTERN OPENSSL_EXPORT |
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index dfe8710d33..86f8c6820d 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
| @@ -83,7 +83,6 @@ | |||
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | #include <openssl/asn1.h> | 85 | #include <openssl/asn1.h> |
| 86 | #include <openssl/symhacks.h> | ||
| 87 | #ifndef OPENSSL_NO_DEPRECATED | 86 | #ifndef OPENSSL_NO_DEPRECATED |
| 88 | #include <openssl/bn.h> | 87 | #include <openssl/bn.h> |
| 89 | #endif | 88 | #endif |
diff --git a/src/lib/libcrypto/ec/ecp_oct.c b/src/lib/libcrypto/ec/ecp_oct.c index 374a0ee731..a06abbc8cd 100644 --- a/src/lib/libcrypto/ec/ecp_oct.c +++ b/src/lib/libcrypto/ec/ecp_oct.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | */ | 63 | */ |
| 64 | 64 | ||
| 65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
| 66 | #include <openssl/symhacks.h> | ||
| 67 | 66 | ||
| 68 | #include "ec_lcl.h" | 67 | #include "ec_lcl.h" |
| 69 | 68 | ||
diff --git a/src/lib/libcrypto/ec/ecp_smpl.c b/src/lib/libcrypto/ec/ecp_smpl.c index 7cbb321f9a..cd05fd1251 100644 --- a/src/lib/libcrypto/ec/ecp_smpl.c +++ b/src/lib/libcrypto/ec/ecp_smpl.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | */ | 63 | */ |
| 64 | 64 | ||
| 65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
| 66 | #include <openssl/symhacks.h> | ||
| 67 | 66 | ||
| 68 | #ifdef OPENSSL_FIPS | 67 | #ifdef OPENSSL_FIPS |
| 69 | #include <openssl/fips.h> | 68 | #include <openssl/fips.h> |
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 05e13578bd..e9478dd12f 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
| @@ -93,7 +93,6 @@ | |||
| 93 | #endif | 93 | #endif |
| 94 | 94 | ||
| 95 | #include <openssl/ossl_typ.h> | 95 | #include <openssl/ossl_typ.h> |
| 96 | #include <openssl/symhacks.h> | ||
| 97 | 96 | ||
| 98 | #include <openssl/x509.h> | 97 | #include <openssl/x509.h> |
| 99 | 98 | ||
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 |
diff --git a/src/lib/libcrypto/pem/pem.h b/src/lib/libcrypto/pem/pem.h index 8a6ababe3a..e27440330c 100644 --- a/src/lib/libcrypto/pem/pem.h +++ b/src/lib/libcrypto/pem/pem.h | |||
| @@ -454,8 +454,6 @@ void PEM_proc_type(char *buf, int type); | |||
| 454 | void PEM_dek_info(char *buf, const char *type, int len, char *str); | 454 | void PEM_dek_info(char *buf, const char *type, int len, char *str); |
| 455 | 455 | ||
| 456 | 456 | ||
| 457 | #include <openssl/symhacks.h> | ||
| 458 | |||
| 459 | DECLARE_PEM_rw(X509, X509) | 457 | DECLARE_PEM_rw(X509, X509) |
| 460 | 458 | ||
| 461 | DECLARE_PEM_rw(X509_AUX, X509) | 459 | DECLARE_PEM_rw(X509_AUX, X509) |
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h index e4d443193c..4476d61374 100644 --- a/src/lib/libcrypto/pkcs7/pkcs7.h +++ b/src/lib/libcrypto/pkcs7/pkcs7.h | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | #include <openssl/bio.h> | 63 | #include <openssl/bio.h> |
| 64 | #include <openssl/e_os2.h> | 64 | #include <openssl/e_os2.h> |
| 65 | 65 | ||
| 66 | #include <openssl/symhacks.h> | ||
| 67 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
| 68 | 67 | ||
| 69 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
diff --git a/src/lib/libcrypto/ts/ts.h b/src/lib/libcrypto/ts/ts.h index c2448e3c3b..88e0111453 100644 --- a/src/lib/libcrypto/ts/ts.h +++ b/src/lib/libcrypto/ts/ts.h | |||
| @@ -60,7 +60,6 @@ | |||
| 60 | #define HEADER_TS_H | 60 | #define HEADER_TS_H |
| 61 | 61 | ||
| 62 | #include <openssl/opensslconf.h> | 62 | #include <openssl/opensslconf.h> |
| 63 | #include <openssl/symhacks.h> | ||
| 64 | #ifndef OPENSSL_NO_BUFFER | 63 | #ifndef OPENSSL_NO_BUFFER |
| 65 | #include <openssl/buffer.h> | 64 | #include <openssl/buffer.h> |
| 66 | #endif | 65 | #endif |
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" { |
diff --git a/src/lib/libssl/src/crypto/asn1/asn1.h b/src/lib/libssl/src/crypto/asn1/asn1.h index 220a0c8c63..c48ce3cb92 100644 --- a/src/lib/libssl/src/crypto/asn1/asn1.h +++ b/src/lib/libssl/src/crypto/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> |
diff --git a/src/lib/libssl/src/crypto/crypto.h b/src/lib/libssl/src/crypto/crypto.h index f92fc5182d..76bc5958c0 100644 --- a/src/lib/libssl/src/crypto/crypto.h +++ b/src/lib/libssl/src/crypto/crypto.h | |||
| @@ -134,10 +134,6 @@ | |||
| 134 | #include <openssl/ebcdic.h> | 134 | #include <openssl/ebcdic.h> |
| 135 | #endif | 135 | #endif |
| 136 | 136 | ||
| 137 | /* Resolve problems on some operating systems with symbol names that clash | ||
| 138 | one way or another */ | ||
| 139 | #include <openssl/symhacks.h> | ||
| 140 | |||
| 141 | #ifdef __cplusplus | 137 | #ifdef __cplusplus |
| 142 | extern "C" { | 138 | extern "C" { |
| 143 | #endif | 139 | #endif |
diff --git a/src/lib/libssl/src/crypto/des/des_old.h b/src/lib/libssl/src/crypto/des/des_old.h index 2b2c372354..d75a6df2e8 100644 --- a/src/lib/libssl/src/crypto/des/des_old.h +++ b/src/lib/libssl/src/crypto/des/des_old.h | |||
| @@ -105,8 +105,6 @@ | |||
| 105 | #error <openssl/des_old.h> replaces <kerberos/des.h>. | 105 | #error <openssl/des_old.h> replaces <kerberos/des.h>. |
| 106 | #endif | 106 | #endif |
| 107 | 107 | ||
| 108 | #include <openssl/symhacks.h> | ||
| 109 | |||
| 110 | #ifdef OPENSSL_BUILD_SHLIBCRYPTO | 108 | #ifdef OPENSSL_BUILD_SHLIBCRYPTO |
| 111 | # undef OPENSSL_EXTERN | 109 | # undef OPENSSL_EXTERN |
| 112 | # define OPENSSL_EXTERN OPENSSL_EXPORT | 110 | # define OPENSSL_EXTERN OPENSSL_EXPORT |
diff --git a/src/lib/libssl/src/crypto/ec/ec.h b/src/lib/libssl/src/crypto/ec/ec.h index dfe8710d33..86f8c6820d 100644 --- a/src/lib/libssl/src/crypto/ec/ec.h +++ b/src/lib/libssl/src/crypto/ec/ec.h | |||
| @@ -83,7 +83,6 @@ | |||
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | #include <openssl/asn1.h> | 85 | #include <openssl/asn1.h> |
| 86 | #include <openssl/symhacks.h> | ||
| 87 | #ifndef OPENSSL_NO_DEPRECATED | 86 | #ifndef OPENSSL_NO_DEPRECATED |
| 88 | #include <openssl/bn.h> | 87 | #include <openssl/bn.h> |
| 89 | #endif | 88 | #endif |
diff --git a/src/lib/libssl/src/crypto/ec/ecp_oct.c b/src/lib/libssl/src/crypto/ec/ecp_oct.c index 374a0ee731..a06abbc8cd 100644 --- a/src/lib/libssl/src/crypto/ec/ecp_oct.c +++ b/src/lib/libssl/src/crypto/ec/ecp_oct.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | */ | 63 | */ |
| 64 | 64 | ||
| 65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
| 66 | #include <openssl/symhacks.h> | ||
| 67 | 66 | ||
| 68 | #include "ec_lcl.h" | 67 | #include "ec_lcl.h" |
| 69 | 68 | ||
diff --git a/src/lib/libssl/src/crypto/ec/ecp_smpl.c b/src/lib/libssl/src/crypto/ec/ecp_smpl.c index 7cbb321f9a..cd05fd1251 100644 --- a/src/lib/libssl/src/crypto/ec/ecp_smpl.c +++ b/src/lib/libssl/src/crypto/ec/ecp_smpl.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | */ | 63 | */ |
| 64 | 64 | ||
| 65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
| 66 | #include <openssl/symhacks.h> | ||
| 67 | 66 | ||
| 68 | #ifdef OPENSSL_FIPS | 67 | #ifdef OPENSSL_FIPS |
| 69 | #include <openssl/fips.h> | 68 | #include <openssl/fips.h> |
diff --git a/src/lib/libssl/src/crypto/engine/engine.h b/src/lib/libssl/src/crypto/engine/engine.h index 05e13578bd..e9478dd12f 100644 --- a/src/lib/libssl/src/crypto/engine/engine.h +++ b/src/lib/libssl/src/crypto/engine/engine.h | |||
| @@ -93,7 +93,6 @@ | |||
| 93 | #endif | 93 | #endif |
| 94 | 94 | ||
| 95 | #include <openssl/ossl_typ.h> | 95 | #include <openssl/ossl_typ.h> |
| 96 | #include <openssl/symhacks.h> | ||
| 97 | 96 | ||
| 98 | #include <openssl/x509.h> | 97 | #include <openssl/x509.h> |
| 99 | 98 | ||
diff --git a/src/lib/libssl/src/crypto/evp/evp.h b/src/lib/libssl/src/crypto/evp/evp.h index faeb3c24e6..ba8440aad9 100644 --- a/src/lib/libssl/src/crypto/evp/evp.h +++ b/src/lib/libssl/src/crypto/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 |
diff --git a/src/lib/libssl/src/crypto/pem/pem.h b/src/lib/libssl/src/crypto/pem/pem.h index 8a6ababe3a..e27440330c 100644 --- a/src/lib/libssl/src/crypto/pem/pem.h +++ b/src/lib/libssl/src/crypto/pem/pem.h | |||
| @@ -454,8 +454,6 @@ void PEM_proc_type(char *buf, int type); | |||
| 454 | void PEM_dek_info(char *buf, const char *type, int len, char *str); | 454 | void PEM_dek_info(char *buf, const char *type, int len, char *str); |
| 455 | 455 | ||
| 456 | 456 | ||
| 457 | #include <openssl/symhacks.h> | ||
| 458 | |||
| 459 | DECLARE_PEM_rw(X509, X509) | 457 | DECLARE_PEM_rw(X509, X509) |
| 460 | 458 | ||
| 461 | DECLARE_PEM_rw(X509_AUX, X509) | 459 | DECLARE_PEM_rw(X509_AUX, X509) |
diff --git a/src/lib/libssl/src/crypto/pkcs7/pkcs7.h b/src/lib/libssl/src/crypto/pkcs7/pkcs7.h index e4d443193c..4476d61374 100644 --- a/src/lib/libssl/src/crypto/pkcs7/pkcs7.h +++ b/src/lib/libssl/src/crypto/pkcs7/pkcs7.h | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | #include <openssl/bio.h> | 63 | #include <openssl/bio.h> |
| 64 | #include <openssl/e_os2.h> | 64 | #include <openssl/e_os2.h> |
| 65 | 65 | ||
| 66 | #include <openssl/symhacks.h> | ||
| 67 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
| 68 | 67 | ||
| 69 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
diff --git a/src/lib/libssl/src/crypto/ts/ts.h b/src/lib/libssl/src/crypto/ts/ts.h index c2448e3c3b..88e0111453 100644 --- a/src/lib/libssl/src/crypto/ts/ts.h +++ b/src/lib/libssl/src/crypto/ts/ts.h | |||
| @@ -60,7 +60,6 @@ | |||
| 60 | #define HEADER_TS_H | 60 | #define HEADER_TS_H |
| 61 | 61 | ||
| 62 | #include <openssl/opensslconf.h> | 62 | #include <openssl/opensslconf.h> |
| 63 | #include <openssl/symhacks.h> | ||
| 64 | #ifndef OPENSSL_NO_BUFFER | 63 | #ifndef OPENSSL_NO_BUFFER |
| 65 | #include <openssl/buffer.h> | 64 | #include <openssl/buffer.h> |
| 66 | #endif | 65 | #endif |
diff --git a/src/lib/libssl/src/crypto/x509/x509.h b/src/lib/libssl/src/crypto/x509/x509.h index 092dd7450d..121847b244 100644 --- a/src/lib/libssl/src/crypto/x509/x509.h +++ b/src/lib/libssl/src/crypto/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/libssl/src/crypto/x509/x509_vfy.h b/src/lib/libssl/src/crypto/x509/x509_vfy.h index fe09b30aaa..1766e3cd21 100644 --- a/src/lib/libssl/src/crypto/x509/x509_vfy.h +++ b/src/lib/libssl/src/crypto/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" { |
diff --git a/src/lib/libssl/src/ssl/ssl.h b/src/lib/libssl/src/ssl/ssl.h index 81a1483974..f524d0d80c 100644 --- a/src/lib/libssl/src/ssl/ssl.h +++ b/src/lib/libssl/src/ssl/ssl.h | |||
| @@ -164,7 +164,6 @@ | |||
| 164 | 164 | ||
| 165 | #include <openssl/kssl.h> | 165 | #include <openssl/kssl.h> |
| 166 | #include <openssl/safestack.h> | 166 | #include <openssl/safestack.h> |
| 167 | #include <openssl/symhacks.h> | ||
| 168 | 167 | ||
| 169 | #ifdef __cplusplus | 168 | #ifdef __cplusplus |
| 170 | extern "C" { | 169 | extern "C" { |
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h index e7fecbc3cb..42271d634f 100644 --- a/src/lib/libssl/src/ssl/ssl_locl.h +++ b/src/lib/libssl/src/ssl/ssl_locl.h | |||
| @@ -167,7 +167,6 @@ | |||
| 167 | #endif | 167 | #endif |
| 168 | #include <openssl/err.h> | 168 | #include <openssl/err.h> |
| 169 | #include <openssl/ssl.h> | 169 | #include <openssl/ssl.h> |
| 170 | #include <openssl/symhacks.h> | ||
| 171 | 170 | ||
| 172 | #ifdef OPENSSL_BUILD_SHLIBSSL | 171 | #ifdef OPENSSL_BUILD_SHLIBSSL |
| 173 | # undef OPENSSL_EXTERN | 172 | # undef OPENSSL_EXTERN |
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 81a1483974..f524d0d80c 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -164,7 +164,6 @@ | |||
| 164 | 164 | ||
| 165 | #include <openssl/kssl.h> | 165 | #include <openssl/kssl.h> |
| 166 | #include <openssl/safestack.h> | 166 | #include <openssl/safestack.h> |
| 167 | #include <openssl/symhacks.h> | ||
| 168 | 167 | ||
| 169 | #ifdef __cplusplus | 168 | #ifdef __cplusplus |
| 170 | extern "C" { | 169 | extern "C" { |
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index e7fecbc3cb..42271d634f 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -167,7 +167,6 @@ | |||
| 167 | #endif | 167 | #endif |
| 168 | #include <openssl/err.h> | 168 | #include <openssl/err.h> |
| 169 | #include <openssl/ssl.h> | 169 | #include <openssl/ssl.h> |
| 170 | #include <openssl/symhacks.h> | ||
| 171 | 170 | ||
| 172 | #ifdef OPENSSL_BUILD_SHLIBSSL | 171 | #ifdef OPENSSL_BUILD_SHLIBSSL |
| 173 | # undef OPENSSL_EXTERN | 172 | # undef OPENSSL_EXTERN |
