From 25455e611c9d7165152737989037a69c5dd3ecf1 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 12 Feb 2015 09:34:02 +0000 Subject: openssl: check RAND_edg to support libressl * ext/openssl/extconf.rb: check RAND_edg to support libressl. * ext/openssl/ossl_rand.c (ossl_rand_egd): define only if RAND_edg is available. [Fix GH-829] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2bc35d5..134c2b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 12 18:34:01 2015 multisnow + + * ext/openssl/extconf.rb: check RAND_edg to support libressl. + + * ext/openssl/ossl_rand.c (ossl_rand_egd): define only if RAND_edg + is available. [Fix GH-829] + Thu Feb 12 10:46:14 2015 Eric Hodel * proc.c (proc_call): Improve Proc#call documentation. Patch by -- cgit v1.1