rand_drbg.h: include <openssl/obj_mac.h>
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Mon, 29 Oct 2018 21:27:42 +0000 (22:27 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 30 Oct 2018 07:01:26 +0000 (08:01 +0100)
commitcf3d6ef7af7d6c47f5ccd4ce58d822972018b21c
tree3e05dd442505d456294db5bbea3eef4c1a900133
parent388de53c274dee20c07eee7ff892108668fb3a61
rand_drbg.h: include <openssl/obj_mac.h>

The RAND_DRBG_TYPE preprocessor define depends on a NID, so  we have
to include obj_mac.h to make the header selfcontained.

Fixes #7521

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7524)
include/openssl/rand_drbg.h