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:
4c75ee8
)
Fix faulty include
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Jul 2017 09:58:28 +0000
(11:58 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Jul 2017 09:58:28 +0000
(11:58 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3974)
crypto/rand/rand_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_lcl.h
b/crypto/rand/rand_lcl.h
index 689e3a34fd00575f7a8da448f071f944c1e56ddb..0c1aa72779f6c4afa41346b8ab83d39c5988fa49 100644
(file)
--- a/
crypto/rand/rand_lcl.h
+++ b/
crypto/rand/rand_lcl.h
@@
-15,7
+15,7
@@
# include <openssl/sha.h>
# include <openssl/hmac.h>
# include <openssl/ec.h>
-# include "in
clude/in
ternal/rand.h"
+# include "internal/rand.h"
/* we require 256 bits of randomness */
# define RANDOMNESS_NEEDED (256 / 8)