From b1ffc6ca1c387efad0772c16dfe426afef45dc4f Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 10 Jan 2015 23:36:28 +0000 Subject: [PATCH] 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 --- crypto/ecdsa/ecs_vrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #ifndef OPENSSL_NO_ENGINE #include #endif -- 2.34.1