Module: wine Branch: master Commit: 5015f388d1cd1db86609e2414b9ea660383f8dbe URL: http://source.winehq.org/git/wine.git/?a=commit;h=5015f388d1cd1db86609e2414b...
Author: Ken Thomases ken@codeweavers.com Date: Sun Mar 13 18:58:48 2011 -0500
secur32: Add alternative schannel implementation for Mac OS X.
It uses the native Secure Transport API rather than GnuTLS.
---
dlls/secur32/Makefile.in | 2 + dlls/secur32/schannel.c | 6 +- dlls/secur32/schannel_gnutls.c | 4 +- dlls/secur32/schannel_macosx.c | 791 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 798 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5015f388d1cd1db86609e2...