Commit c890bf4d authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent 2cecf544
...@@ -1757,7 +1757,7 @@ void SECUR32_deinitSchannelSP(void) ...@@ -1757,7 +1757,7 @@ void SECUR32_deinitSchannelSP(void)
void SECUR32_initSchannelSP(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) {} void SECUR32_deinitSchannelSP(void) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment