summaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-02-11 13:13:05 +0300
committerDaniil Cherednik <[email protected]>2024-02-14 14:25:53 +0000
commita42a78eb28fae449efc0badec59fff55046e67a8 (patch)
treee4e461ed2aff7cf90c5d29fe92045807803edb2d /contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net
parent055aa7619a1d02399db47a08b64da91eb41b5479 (diff)
Disable unused openssl/ includes
Diffstat (limited to 'contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net')
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h
index 6d0f469295b..989515bf012 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h
+++ b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h
@@ -30,7 +30,7 @@
#include "Poco/Mutex.h"
#include <openssl/ssl.h>
#if defined(OPENSSL_FIPS) && OPENSSL_VERSION_NUMBER < 0x010001000L
-#include <openssl/fips.h>
+#error #include <openssl/fips.h>
#endif