Skip to content

Commit ec5a992

Browse files
committed
Use more common name for GOST key exchange.
1 parent aa224e9 commit ec5a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl/ssl_ciph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
17151715
kx="SRP";
17161716
break;
17171717
case SSL_kGOST:
1718-
kx="VKO";
1718+
kx="GOST";
17191719
break;
17201720
default:
17211721
kx="unknown";

0 commit comments

Comments
 (0)