Skip to content

Commit

Permalink
Fix an MSVC warning.
Browse files Browse the repository at this point in the history
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #1168)
  • Loading branch information
FdaSilvaYY authored and Rich Salz committed Jun 18, 2016
1 parent 1dcb8ca commit b1b1cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/include/internal/cryptlib.h
Expand Up @@ -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
Expand Down

0 comments on commit b1b1cba

Please sign in to comment.