X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ssl%2Fssl_ciph.c;h=88b99cca142fea7ef7cfe6a3bcc8d931eb27b57f;hb=48722ff5f0988128c85e3cd3169d6457d6450c11;hp=feef184c489215a01d9a7a179b89f70a7e96e922;hpb=e304d3e20f45243f9e643607edfe4db49c329596;p=thirdparty%2Fopenssl.git diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index feef184c48..88b99cca14 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -1602,7 +1602,7 @@ char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) case SSL_aGOST01: au = "GOST01"; break; - /* New GOST ciphersuites have both SSL_aGOST12 and SSL_aGOST01 bits */ + /* New GOST ciphersuites have both SSL_aGOST12 and SSL_aGOST01 bits */ case (SSL_aGOST12 | SSL_aGOST01): au = "GOST12"; break;