mirror of https://github.com/openssl/openssl.git
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:
parent
1dcb8ca2a4
commit
b1b1cba4e2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue