Commit 90c2f06f79043a3ff874bf1a68f71c3e46d2e55d

Authored by Perry Werneck
1 parent 6c292605

Small adjustment in ssl messages.

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
src/ssl/state.c
@@ -237,15 +237,12 @@ void set_ssl_state(H3270 *hSession, LIB3270_SSL_STATE state) @@ -237,15 +237,12 @@ void set_ssl_state(H3270 *hSession, LIB3270_SSL_STATE state)
237 X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN, 237 X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN,
238 #ifdef SSL_ENABLE_SELF_SIGNED_CERT_CHECK 238 #ifdef SSL_ENABLE_SELF_SIGNED_CERT_CHECK
239 LIB3270_NOTIFY_ERROR, 239 LIB3270_NOTIFY_ERROR,
240 - "security-medium",  
241 - N_( "The SSL certificate for this host is not trusted." ),  
242 - N_( "The security certificate presented by this host was not issued by a trusted certificate authority." )  
243 #else 240 #else
244 LIB3270_NOTIFY_WARNING, 241 LIB3270_NOTIFY_WARNING,
  242 +#endif // SSL_ENABLE_SELF_SIGNED_CERT_CHECK
245 "security-medium", 243 "security-medium",
246 N_( "Self signed certificate in certificate chain" ), 244 N_( "Self signed certificate in certificate chain" ),
247 N_( "The certificate chain could be built up using the untrusted certificates but the root could not be found locally." ) 245 N_( "The certificate chain could be built up using the untrusted certificates but the root could not be found locally." )
248 -#endif // SSL_ENABLE_SELF_SIGNED_CERT_CHECK  
249 }, 246 },
250 247
251 { 248 {