secur32: Make no-implementation error message non-GnuTLS-specific.
This commit is contained in:
parent
2cecf54427
commit
c890bf4dc8
|
@ -1757,7 +1757,7 @@ void SECUR32_deinitSchannelSP(void)
|
|||
|
||||
void SECUR32_initSchannelSP(void)
|
||||
{
|
||||
ERR("libgnutls not found, SSL connections will fail\n");
|
||||
ERR("TLS library not found, SSL connections will fail\n");
|
||||
}
|
||||
|
||||
void SECUR32_deinitSchannelSP(void) {}
|
||||
|
|
Loading…
Reference in New Issue