mirror of
https://github.com/reactos/wine.git
synced 2025-04-04 17:12:08 +00:00
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…
x
Reference in New Issue
Block a user