We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 643114f + a5a81f7 commit d9a94b7Copy full SHA for d9a94b7
configure.ac
@@ -679,6 +679,14 @@ else
679
fi
680
681
682
+AC_CHECK_LIB([crypto],[RAND_egd],[],[
683
+ AC_ARG_WITH([libressl],
684
+ [AS_HELP_STRING([--with-libressl],[Build with system LibreSSL (default is no; DANGEROUS; NOT SUPPORTED)])],
685
+ [AC_MSG_WARN([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])],
686
+ [AC_MSG_ERROR([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])]
687
+ )
688
+])
689
+
690
CFLAGS_TEMP="$CFLAGS"
691
LIBS_TEMP="$LIBS"
692
CFLAGS="$CFLAGS $SSL_CFLAGS $CRYPTO_CFLAGS"
0 commit comments