projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f124f
)
crypto/rand/rand_vms.c: include "internal/rand_int.h"
author
Richard Levitte
<levitte@openssl.org>
Tue, 20 Mar 2018 07:31:10 +0000
(08:31 +0100)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_vms.c
b/crypto/rand/rand_vms.c
index eb68c8a4562c85e208e5169d0d29599d16d65a4c..ff9e1aafee8fa62a19ff99af72d4c4b92eef4f88 100644
(file)
--- a/
crypto/rand/rand_vms.c
+++ b/
crypto/rand/rand_vms.c
@@
-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>