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

Without it, the RAND_POOL typedef is missing

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5685)
This commit is contained in:
Richard Levitte 2018-03-20 08:31:10 +01:00 committed by Matt Caswell
parent 59f124f90f
commit 93bf194584

View 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>