]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/context_storage.cc
Cleanup: replace USE_SSL wrapper macro with USE_OPENSSL
[thirdparty/squid.git] / src / ssl / context_storage.cc
index 020daf7d446ee9a9620d5f052f9ec7d0dab5be54..f0cb0005a809b13c3df020b7306af701d1f1c0ea 100644 (file)
@@ -5,7 +5,7 @@
 #include "StoreEntryStream.h"
 
 #include <limits>
-#if USE_SSL
+#if HAVE_OPENSSL_SSL_H
 #include <openssl/ssl.h>
 #endif