mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Add WinTLS to FeatureConfig::usedLibs
This commit is contained in:
parent
766209cf2e
commit
ff9607d6a9
@ -188,6 +188,9 @@ std::string usedLibs()
|
|||||||
#ifdef HAVE_APPLETLS
|
#ifdef HAVE_APPLETLS
|
||||||
res += "AppleTLS ";
|
res += "AppleTLS ";
|
||||||
#endif // HAVE_APPLETLS
|
#endif // HAVE_APPLETLS
|
||||||
|
#ifdef HAVE_WINTLS
|
||||||
|
res += "WinTLS ";
|
||||||
|
#endif // HAVE_WINTLS
|
||||||
#ifdef HAVE_LIBGNUTLS
|
#ifdef HAVE_LIBGNUTLS
|
||||||
res += "GnuTLS/" GNUTLS_VERSION " ";
|
res += "GnuTLS/" GNUTLS_VERSION " ";
|
||||||
#endif // HAVE_LIBGNUTLS
|
#endif // HAVE_LIBGNUTLS
|
||||||
|
Loading…
Reference in New Issue
Block a user