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:
23df532
)
Fix warning where BIO_FLAGS_UPLINK was being redefined.
author
Matt Caswell
<matt@openssl.org>
Sat, 10 Jan 2015 23:36:28 +0000
(23:36 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 13 Jan 2015 11:25:55 +0000
(11:25 +0000)
This warning breaks the build in 1.0.0 and 0.9.8
Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit
b1ffc6ca1c387efad0772c16dfe426afef45dc4f
)
crypto/ecdsa/ecs_vrf.c
patch
|
blob
|
history
diff --git
a/crypto/ecdsa/ecs_vrf.c
b/crypto/ecdsa/ecs_vrf.c
index 2836efe5eff228bf9ef0e707f723f1b6e8ba937e..188b9d57b40c9670d480776589425d6c6a987b33 100644
(file)
--- a/
crypto/ecdsa/ecs_vrf.c
+++ b/
crypto/ecdsa/ecs_vrf.c
@@
-57,7
+57,7
@@
*/
#include "ecs_locl.h"
-#include
"cryptlib.h"
+#include
<string.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif