From: Dr. Stephen Henson Date: Mon, 14 Jul 2014 14:05:50 +0000 (+0100) Subject: Use more common name for GOST key exchange. X-Git-Tag: OpenSSL_1_0_2-beta2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa2b54c83a78eaf8aa1ce652d20feec3193ede7e;p=openssl Use more common name for GOST key exchange. (cherry picked from commit 7aabd9c92fe6f0ea2a82869e5171dcc4518cee85) --- diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index c511279a5d..eb1acf17cd 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -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";