aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2014-12-01 13:59:43 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-01 14:00:54 +0000
commitb008f95eea35b762b6e071412153c351febe4cd9 (patch)
tree0da04c9efeedc2b65ed58d93607e3415d79b7653
parentMerge branch 'bug/lang-ja' (diff)
downloadw3m-b008f95eea35b762b6e071412153c351febe4cd9.tar.gz
w3m-b008f95eea35b762b6e071412153c351febe4cd9.zip
Disable USE_EGD for LibreSSL
Disable use of RAND_egd as it is absent in FreeBSD. This also fixes build error with LibreSSL. Origin: https://bz-attachments.freebsd.org/attachment.cgi?id=144635 Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191852 Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191956
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index a4110ea..3b575e4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -85,7 +85,7 @@
#undef INET6
#undef HAVE_SOCKLEN_T
#undef HAVE_OLD_SS_FAMILY
-#define USE_EGD
+#undef USE_EGD
#define ENABLE_REMOVE_TRAILINGSPACES
#undef MENU_THIN_FRAME
#undef USE_RAW_SCROLL