Add WinTLS to FeatureConfig::usedLibs

pull/160/merge
Nils Maier 2013-12-09 08:04:05 +01:00
parent 766209cf2e
commit ff9607d6a9
1 changed files with 3 additions and 0 deletions

View File

@ -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