Use more common name for GOST key exchange.

(cherry picked from commit 7aabd9c92fe6f0ea2a82869e5171dcc4518cee85)
This commit is contained in:
Dr. Stephen Henson 2014-07-14 15:05:50 +01:00
parent 14b5d0d029
commit fa2b54c83a

View File

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