Browse Source

It is AppleTLS (everywhere else)

Nils Maier 12 năm trước cách đây
mục cha
commit
766209cf2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 " ";