From cf3d6ef7af7d6c47f5ccd4ce58d822972018b21c Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Mon, 29 Oct 2018 22:27:42 +0100 Subject: [PATCH] rand_drbg.h: include 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 (Merged from https://github.com/openssl/openssl/pull/7524) --- include/openssl/rand_drbg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openssl/rand_drbg.h b/include/openssl/rand_drbg.h index 8316f11075..df44701e21 100644 --- a/include/openssl/rand_drbg.h +++ b/include/openssl/rand_drbg.h @@ -12,6 +12,7 @@ # include # include +# include /* * RAND_DRBG flags -- 2.25.1