Explorar el Código

WinTLS: Enable --certifcate support

Nils Maier hace 12 años
padre
commit
3b35887827
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/WinTLSSession.cc

+ 1 - 0
src/WinTLSSession.cc

@@ -81,6 +81,7 @@ namespace {
                                  ISC_REQ_REPLAY_DETECT |
                                  ISC_REQ_CONFIDENTIALITY |
                                  ISC_REQ_ALLOCATE_MEMORY |
+                                 ISC_REQ_USE_SUPPLIED_CREDS |
                                  ISC_REQ_STREAM;
   static const ULONG kReqAFlags = ASC_REQ_SEQUENCE_DETECT |
                                   ASC_REQ_REPLAY_DETECT |