]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/rand/rand_vms.c: include "internal/rand_int.h"
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Mar 2018 07:31:10 +0000 (08:31 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Mar 2018 09:13:48 +0000 (09:13 +0000)
Without it, the RAND_POOL typedef is missing

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5685)

crypto/rand/rand_vms.c

index eb68c8a4562c85e208e5169d0d29599d16d65a4c..ff9e1aafee8fa62a19ff99af72d4c4b92eef4f88 100644 (file)
@@ -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>