aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-14 15:05:50 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-14 18:31:55 +0100
commitec5a992cdee2b0adf87e6eecb8bc142037592a9d (patch)
tree4dc8127f0930b6ed235efa8586bc0b6579114560 /ssl/ssl_ciph.c
parentaa224e9719871f89f962061a5970b49f03c9dca0 (diff)
downloadopenssl-ec5a992cdee2b0adf87e6eecb8bc142037592a9d.tar.gz
Use more common name for GOST key exchange.
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index bc19da1c96..1c3dc3317d 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -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";