mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
SSL_alert_desc_string_long(): Delete unnecessary underline
It is not present in other alert description strings. CLA: trivial Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23675)
This commit is contained in:
parent
90849b520b
commit
0af048e4c3
@ -343,7 +343,7 @@ const char *SSL_alert_desc_string_long(int value)
|
||||
case SSL3_AD_CLOSE_NOTIFY:
|
||||
return "close notify";
|
||||
case SSL3_AD_UNEXPECTED_MESSAGE:
|
||||
return "unexpected_message";
|
||||
return "unexpected message";
|
||||
case SSL3_AD_BAD_RECORD_MAC:
|
||||
return "bad record mac";
|
||||
case SSL3_AD_DECOMPRESSION_FAILURE:
|
||||
|
Loading…
Reference in New Issue
Block a user