aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-11-17 23:55:43 +0100
committerMatt Caswell <matt@openssl.org>2017-01-25 09:06:34 +0000
commit48722ff5f0988128c85e3cd3169d6457d6450c11 (patch)
tree2755ef5127be68768e7f583c07415b0bda6161eb /ssl/ssl_ciph.c
parent07a38fd2bfbf1fa3cc1ad9a92f1bcf5d5611ae16 (diff)
downloadopenssl-48722ff5f0988128c85e3cd3169d6457d6450c11.zip
openssl-48722ff5f0988128c85e3cd3169d6457d6450c11.tar.gz
openssl-48722ff5f0988128c85e3cd3169d6457d6450c11.tar.bz2
Fix a few misspellings.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1618)
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 feef184..88b99cc 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;