Skip to content

Commit

Permalink
Use more common name for GOST key exchange.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7aabd9c92fe6f0ea2a82869e5171dcc4518cee85)
  • Loading branch information
snhenson committed Jul 14, 2014
1 parent 14b5d0d commit fa2b54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/ssl_ciph.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fa2b54c

Please sign in to comment.