mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 19:04:03 +08:00
Use more common name for GOST key exchange.
This commit is contained in:
parent
aa224e9719
commit
ec5a992cde
@ -1715,7 +1715,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