Explorar o código

Add WinTLS to FeatureConfig::usedLibs

Nils Maier %!s(int64=12) %!d(string=hai) anos
pai
achega
ff9607d6a9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/FeatureConfig.cc

+ 3 - 0
src/FeatureConfig.cc

@@ -188,6 +188,9 @@ std::string usedLibs()
 #ifdef HAVE_APPLETLS
   res += "AppleTLS ";
 #endif // HAVE_APPLETLS
+#ifdef HAVE_WINTLS
+  res += "WinTLS ";
+#endif // HAVE_WINTLS
 #ifdef HAVE_LIBGNUTLS
   res += "GnuTLS/" GNUTLS_VERSION " ";
 #endif // HAVE_LIBGNUTLS