summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>2017-07-30 18:43:19 -0400
committerRich Salz <rsalz@openssl.org>2017-07-30 18:43:19 -0400
commit3519bae518f0ed576daf05057e4fc79e49cb2bee (patch)
treefc678f846ed34d37dc488d020a409f6eb217739a /ssl/s3_lib.c
parent1c026996da21a10584df2a148aa755938c6f5a80 (diff)
Fix typos in files in ssl directory
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4052)
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 3e70bce10c..a2959a3896 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -3790,7 +3790,7 @@ const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname)
SSL_CIPHER *tbl = ssl3_ciphers;
size_t i;
- /* this is not efficient, necessary to optimze this? */
+ /* this is not efficient, necessary to optimize this? */
for (i = 0; i < SSL3_NUM_CIPHERS; i++, tbl++) {
if (tbl->stdname == NULL)
continue;