[2/4] wininet: Fix const qualifier warning when compiling with OpenSSL 1.0.0.

Andrew Nguyen anguyen at codeweavers.com
Sun Oct 24 23:42:02 CDT 2010


The const qualifier was added to SSL_get_current_cipher's return type 
in OpenSSL 1.0.0. SSL_CIPHER_get_bits takes a const SSL_CIPHER * since 
OpenSSL 0.9.7g.
---
 dlls/wininet/netconnection.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-wininet-Fix-const-qualifier-warning-when-compiling-wit.txt
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101024/2d740a52/attachment.bin>


More information about the wine-patches mailing list