浏览代码

Add WinTLS to FeatureConfig::usedLibs

Nils Maier 12 年之前
父节点
当前提交
ff9607d6a9
共有 1 个文件被更改,包括 3 次插入0 次删除
  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