Parcourir la source

It is AppleTLS (everywhere else)

Nils Maier il y a 12 ans
Parent
commit
766209cf2e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/FeatureConfig.cc

+ 1 - 1
src/FeatureConfig.cc

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