]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/support.cc
Cleanup: replace USE_SSL wrapper macro with USE_OPENSSL
[thirdparty/squid.git] / src / ssl / support.cc
index 2923ea13df382cc68017b8f354d4770f2b04d01a..f944bf0c4e21353848ce1facf9861daebf67c05c 100644 (file)
@@ -36,7 +36,7 @@
 /* MS Visual Studio Projects are monolithic, so we need the following
  * #if to exclude the SSL code from compile process when not needed.
  */
-#if USE_SSL
+#if USE_OPENSSL
 
 #include "acl/FilledChecklist.h"
 #include "anyp/PortCfg.h"
@@ -1874,4 +1874,4 @@ SharedSessionCacheRr::~SharedSessionCacheRr()
     delete owner;
 }
 
-#endif /* USE_SSL */
+#endif /* USE_OPENSSL */