mirror of https://github.com/aria2/aria2
Add WinTLS to FeatureConfig::usedLibs
parent
766209cf2e
commit
ff9607d6a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue