From 115fbc3540e325c785cd4d37319db3d2b546be7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 4 Apr 2018 21:42:26 +0200 Subject: [PATCH] Add CHANGES entries 4936. [func] Always use OpenSSL or PKCS#11 random data providers and remove the configure option --{enable,disable}-crypto-rand. [GL #165] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 53698120f6..c55c891fc4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +4936. [func] Always use OpenSSL or PKCS#11 random data providers and + remove the configure option --{enable,disable}-crypto-rand. + [GL #165] + 4935. [func] Add support for LibreSSL >= 2.7.0 (some OpenSSL 1.1.0 call were added). [GL #191]