Fix an MSVC warning.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1168)
This commit is contained in:
FdaSilvaYY 2016-05-10 22:20:23 +02:00 committed by Rich Salz
parent 1dcb8ca2a4
commit b1b1cba4e2
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
# include "e_os.h"
# ifdef OPENSSL_USE_APPLINK
# undef BIO_FLAGS_UPLINK
# define BIO_FLAGS_UPLINK 0x8000
# include "ms/uplink.h"
# endif