summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-10 23:36:28 +0000
committerMatt Caswell <matt@openssl.org>2015-01-13 11:21:51 +0000
commitb1ffc6ca1c387efad0772c16dfe426afef45dc4f (patch)
tree0354e6e74a83d4725970f481b273c4cbd53d05ce /crypto/ecdsa
parent86d21d0b9577322ac5da0114c5fac16eb49b4cef (diff)
Fix warning where BIO_FLAGS_UPLINK was being redefined.
This warning breaks the build in 1.0.0 and 0.9.8 Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/ecdsa')
-rw-r--r--crypto/ecdsa/ecs_vrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/ecs_vrf.c b/crypto/ecdsa/ecs_vrf.c
index 7191b8ab0a..2a350eb9c0 100644
--- 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