yhirose hace 1 año
padre
commit
3e86d93d13
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      httplib.h

+ 2 - 1
httplib.h

@@ -792,7 +792,8 @@ private:
         fn();
       }
 
-#if defined(CPPHTTPLIB_OPENSSL_SUPPORT) && !defined(OPENSSL_IS_BORINGSSL) && !defined(LIBRESSL_VERSION_NUMBER)
+#if defined(CPPHTTPLIB_OPENSSL_SUPPORT) && !defined(OPENSSL_IS_BORINGSSL) &&   \
+    !defined(LIBRESSL_VERSION_NUMBER)
       OPENSSL_thread_stop();
 #endif
     }