Replace the public RAND_DRBG_USED_FLAGS #define by an internal constant
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 11 Sep 2018 22:37:15 +0000 (00:37 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 12 Sep 2018 21:36:18 +0000 (23:36 +0200)
commitc402e943cd0d748ca2a74a37caeccdfc59ce2870
treebdd3d563192ec5d24b2c6db5be61dbb9ed96af2d
parent6839a7a7f4973a3fc2f87b12664c26d524bef1f4
Replace the public RAND_DRBG_USED_FLAGS #define by an internal constant

The new DRBG API added the aforementioned #define. However, it is
used internally only and having it defined publicly does not serve
any purpose except causing potential version compatibility problems.

Fixes #7182

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7190)
crypto/rand/drbg_lib.c
include/openssl/rand_drbg.h