ReactOS 0.4.15-dev-7931-gfd331f1
schannel_wine.c File Reference
#include "precomp.h"
#include <wine/config.h>
Include dependency graph for schannel_wine.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (schannel)
 
void SECUR32_initSchannelSP (void)
 
void SECUR32_deinitSchannelSP (void)
 

Function Documentation

◆ SECUR32_deinitSchannelSP()

void SECUR32_deinitSchannelSP ( void  )

Definition at line 1478 of file schannel_wine.c.

1478{}

Referenced by SECUR32_freeProviders().

◆ SECUR32_initSchannelSP()

void SECUR32_initSchannelSP ( void  )

Definition at line 1473 of file schannel_wine.c.

1474{
1475 ERR("TLS library not found, SSL connections will fail\n");
1476}
#define ERR(fmt,...)
Definition: debug.h:110

Referenced by DllMain().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( schannel  )