[openssl-commits] [openssl] OpenSSL_1_1_1-stable update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Tue Oct 30 07:03:20 UTC 2018
The branch OpenSSL_1_1_1-stable has been updated
via 5cf0f0e70887fbe9d94a95e25e379a64e1676010 (commit)
from 189b56b206e9d588560b609a3738fabceb76bcc3 (commit)
- Log -----------------------------------------------------------------
commit 5cf0f0e70887fbe9d94a95e25e379a64e1676010
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date: Mon Oct 29 22:27:42 2018 +0100
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 at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7524)
(cherry picked from commit cf3d6ef7af7d6c47f5ccd4ce58d822972018b21c)
-----------------------------------------------------------------------
Summary of changes:
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 a7dd0b5..45b731b 100644
--- a/include/openssl/rand_drbg.h
+++ b/include/openssl/rand_drbg.h
@@ -12,6 +12,7 @@
# include <time.h>
# include <openssl/ossl_typ.h>
+# include <openssl/obj_mac.h>
/*
* RAND_DRBG flags
More information about the openssl-commits
mailing list