mirror of https://github.com/aria2/aria2
It is AppleTLS (everywhere else)
parent
6a8fb5744c
commit
766209cf2e
|
@ -186,7 +186,7 @@ std::string usedLibs()
|
||||||
res += "sqlite3/" SQLITE_VERSION " ";
|
res += "sqlite3/" SQLITE_VERSION " ";
|
||||||
#endif // HAVE_SQLITE3
|
#endif // HAVE_SQLITE3
|
||||||
#ifdef HAVE_APPLETLS
|
#ifdef HAVE_APPLETLS
|
||||||
res += "appleTLS ";
|
res += "AppleTLS ";
|
||||||
#endif // HAVE_APPLETLS
|
#endif // HAVE_APPLETLS
|
||||||
#ifdef HAVE_LIBGNUTLS
|
#ifdef HAVE_LIBGNUTLS
|
||||||
res += "GnuTLS/" GNUTLS_VERSION " ";
|
res += "GnuTLS/" GNUTLS_VERSION " ";
|
||||||
|
|
Loading…
Reference in New Issue