Use more common name for GOST key exchange.
(cherry picked from commit 7aabd9c92fe6f0ea2a82869e5171dcc4518cee85)
This commit is contained in:
parent
14b5d0d029
commit
fa2b54c83a
@ -1678,7 +1678,7 @@ char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
|
||||
kx="SRP";
|
||||
break;
|
||||
case SSL_kGOST:
|
||||
kx="VKO";
|
||||
kx="GOST";
|
||||
break;
|
||||
default:
|
||||
kx="unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user