Commit 93bf1945 authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

crypto/rand/rand_vms.c: include "internal/rand_int.h"



Without it, the RAND_POOL typedef is missing

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5685)
parent 59f124f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>