From: Dr. Matthias St. Pierre Date: Mon, 5 Mar 2018 22:45:44 +0000 (+0100) Subject: Publish the RAND_DRBG API X-Git-Tag: OpenSSL_1_1_1-pre3~63 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6decf9436f77ff65ed8ed773268663a9273cfbc8;hp=6decf9436f77ff65ed8ed773268663a9273cfbc8;ds=sidebyside Publish the RAND_DRBG API Fixes #4403 This commit moves the internal header file "internal/rand.h" to , making the RAND_DRBG API public. The RAND_POOL API remains private, its function prototypes were moved to "internal/rand_int.h" and converted to lowercase. Documentation for the new API is work in progress on GitHub #5461. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5462) ---