summaryrefslogtreecommitdiffstats
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:54 +0100
commitee5a8d3e31e40092244164900897d6c373aeef16 (patch)
tree92439a480d8146352de276a0b969c9c539ab9bae /ssl/ssl_ciph.c
parent72370164c37d5384ee9788010a08b4feeba41688 (diff)
Use more common name for GOST key exchange.
(cherry picked from commit 7aabd9c92fe6f0ea2a82869e5171dcc4518cee85)
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 184748629d..8188ff5d95 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -1604,7 +1604,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";