From: Richard Levitte Date: Tue, 20 Mar 2018 07:31:10 +0000 (+0100) Subject: crypto/rand/rand_vms.c: include "internal/rand_int.h" X-Git-Tag: OpenSSL_1_1_1-pre3~2 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=93bf19458468d0fb1d4a4f88d672c584f0cf3d45 crypto/rand/rand_vms.c: include "internal/rand_int.h" Without it, the RAND_POOL typedef is missing Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/5685) --- diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c index eb68c8a456..ff9e1aafee 100644 --- a/crypto/rand/rand_vms.c +++ b/crypto/rand/rand_vms.c @@ -11,6 +11,7 @@ #if defined(OPENSSL_SYS_VMS) # include +# include "internal/rand_int.h" # include "rand_lcl.h" # include # include