Explorar el Código

Add WinTLS to FeatureConfig::usedLibs

Nils Maier hace 12 años
padre
commit
ff9607d6a9
Se han modificado 1 ficheros con 3 adiciones y 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