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>
(cherry picked from commit b1ffc6ca1c387efad0772c16dfe426afef45dc4f)
This commit is contained in:
Matt Caswell 2015-01-10 23:36:28 +00:00
parent 23df532ec4
commit 94e5cf36bd

View File

@ -57,7 +57,7 @@
*/
#include "ecs_locl.h"
#include "cryptlib.h"
#include <string.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif