From 90c2f06f79043a3ff874bf1a68f71c3e46d2e55d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 4 Sep 2019 17:09:18 -0300 Subject: [PATCH] Small adjustment in ssl messages. --- src/ssl/state.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ssl/state.c b/src/ssl/state.c index dca4224..ddf9679 100644 --- a/src/ssl/state.c +++ b/src/ssl/state.c @@ -237,15 +237,12 @@ void set_ssl_state(H3270 *hSession, LIB3270_SSL_STATE state) X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN, #ifdef SSL_ENABLE_SELF_SIGNED_CERT_CHECK LIB3270_NOTIFY_ERROR, - "security-medium", - N_( "The SSL certificate for this host is not trusted." ), - N_( "The security certificate presented by this host was not issued by a trusted certificate authority." ) #else LIB3270_NOTIFY_WARNING, +#endif // SSL_ENABLE_SELF_SIGNED_CERT_CHECK "security-medium", N_( "Self signed certificate in certificate chain" ), N_( "The certificate chain could be built up using the untrusted certificates but the root could not be found locally." ) -#endif // SSL_ENABLE_SELF_SIGNED_CERT_CHECK }, { -- libgit2 0.21.2