Fix warning where BIO_FLAGS_UPLINK was being redefined.
authorMatt Caswell <matt@openssl.org>
Sat, 10 Jan 2015 23:36:28 +0000 (23:36 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 13 Jan 2015 11:21:51 +0000 (11:21 +0000)
This warning breaks the build in 1.0.0 and 0.9.8

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/ecdsa/ecs_vrf.c

index 7191b8ab0aea2c3631c1504fdc810a7364d98d56..2a350eb9c0c56a225290230550fb4531a7c30a5c 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 #include "ecs_locl.h"
-#include "cryptlib.h"
+#include <string.h>
 #ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
 #endif