Commit b1ffc6ca authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix warning where BIO_FLAGS_UPLINK was being redefined.


This warning breaks the build in 1.0.0 and 0.9.8

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 86d21d0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
 */

#include "ecs_locl.h"
#include "cryptlib.h"
#include <string.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif