[openssl-commits] [openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Tue Oct 30 07:02:29 UTC 2018


The branch master has been updated
       via  cf3d6ef7af7d6c47f5ccd4ce58d822972018b21c (commit)
      from  388de53c274dee20c07eee7ff892108668fb3a61 (commit)


- Log -----------------------------------------------------------------
commit cf3d6ef7af7d6c47f5ccd4ce58d822972018b21c
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)

-----------------------------------------------------------------------

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 8316f11..df44701 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