X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_lib.c;h=a2959a3896da9e8c6ece04632f4fcaf46747ed37;hp=3e70bce10cb123c0a0f892eedb57c42615f052c4;hb=3519bae518f0ed576daf05057e4fc79e49cb2bee;hpb=1c026996da21a10584df2a148aa755938c6f5a80 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;