[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Tue Mar 20 09:23:49 UTC 2018


The branch master has been updated
       via  93bf19458468d0fb1d4a4f88d672c584f0cf3d45 (commit)
      from  59f124f90f52395c240fcd2f387a91234b0d25be (commit)


- Log -----------------------------------------------------------------
commit 93bf19458468d0fb1d4a4f88d672c584f0cf3d45
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Mar 20 08:31:10 2018 +0100

    crypto/rand/rand_vms.c: include "internal/rand_int.h"
    
    Without it, the RAND_POOL typedef is missing
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5685)

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

Summary of changes:
 crypto/rand/rand_vms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c
index eb68c8a..ff9e1aa 100644
--- a/crypto/rand/rand_vms.c
+++ b/crypto/rand/rand_vms.c
@@ -11,6 +11,7 @@
 
 #if defined(OPENSSL_SYS_VMS)
 # include <openssl/rand.h>
+# include "internal/rand_int.h"
 # include "rand_lcl.h"
 # include <descrip.h>
 # include <jpidef.h>


More information about the openssl-commits mailing list