summarylogtreecommitdiffstats
path: root/0004-rename-RAND_egd.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004-rename-RAND_egd.patch')
-rw-r--r--0004-rename-RAND_egd.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/0004-rename-RAND_egd.patch b/0004-rename-RAND_egd.patch
deleted file mode 100644
index e366154ec436..000000000000
--- a/0004-rename-RAND_egd.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- dogecoin-1.10.4.orig/configure.ac
-+++ dogecoin-1.10.4/configure.ac
-@@ -679,14 +679,6 @@
- fi
- fi
-
--AC_CHECK_LIB([crypto],[RAND_egd],[],[
-- AC_ARG_WITH([libressl],
-- [AS_HELP_STRING([--with-libressl],[Build with system LibreSSL (default is no; DANGEROUS; NOT SUPPORTED)])],
-- [AC_MSG_WARN([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])],
-- [AC_MSG_ERROR([Detected LibreSSL: This is NOT supported, and may break consensus compatibility!])]
-- )
--])
--
- CFLAGS_TEMP="$CFLAGS"
- LIBS_TEMP="$LIBS"
- CFLAGS="$CFLAGS $SSL_CFLAGS $CRYPTO_CFLAGS"