Use more common name for GOST key exchange.

This commit is contained in:
Dr. Stephen Henson 2014-07-14 15:05:50 +01:00
parent aa224e9719
commit ec5a992cde

View File

@ -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";