secur32: Make no-implementation error message non-GnuTLS-specific.

This commit is contained in:
Ken Thomases 2011-03-13 18:58:36 -05:00 committed by Alexandre Julliard
parent 2cecf54427
commit c890bf4dc8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}