mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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:
parent
59f124f90f
commit
93bf194584
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user