It is AppleTLS (everywhere else)

pull/160/merge
Nils Maier 2013-12-09 08:02:02 +01:00
parent 6a8fb5744c
commit 766209cf2e
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ std::string usedLibs()
res += "sqlite3/" SQLITE_VERSION " ";
#endif // HAVE_SQLITE3
#ifdef HAVE_APPLETLS
res += "appleTLS ";
res += "AppleTLS ";
#endif // HAVE_APPLETLS
#ifdef HAVE_LIBGNUTLS
res += "GnuTLS/" GNUTLS_VERSION " ";