]> git.meshlink.io Git - meshlink/blobdiff - acconfig.h
Merging of the entire pre5 branch.
[meshlink] / acconfig.h
index aa078c929f7f0338cfefdc178c2abd4fa4a9c12f..fd502bfc5174a3ab42567ef5a7ed1b0425fd9cff 100644 (file)
@@ -36,7 +36,6 @@
 /* Define to 1 if you have the stpcpy function.  */
 #undef HAVE_STPCPY
 
-
 /* For getopt */
 #if HAVE_STDLIB_H
 # define getopt system_getopt
@@ -67,3 +66,6 @@
 
 /* Define to 1 if checkpoint tracing is enabled */
 #undef ENABLE_TRACING
+
+/* Define to enable use of old SSLeay_add_all_algorithms() function */
+#undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS