Quellcode durchsuchen

Add WinTLS to FeatureConfig::usedLibs

Nils Maier vor 12 Jahren
Ursprung
Commit
ff9607d6a9
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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