]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/record/methods/tls1_meth.c
Fix typos found by codespell
[thirdparty/openssl.git] / ssl / record / methods / tls1_meth.c
index 139da76fc6fbae692f76c1bc2dd5bd3dc6ac3d4d..6112c349a1798f5d5074e216df924c4870047949 100644 (file)
@@ -121,7 +121,7 @@ static int tls1_set_crypto_state(OSSL_RECORD_LAYER *rl, int level,
             && !ossl_set_tls_provider_parameters(rl, ciph_ctx, ciph, md))
         return OSSL_RECORD_RETURN_FATAL;
 
-    /* Calculate the explict IV length */
+    /* Calculate the explicit IV length */
     if (RLAYER_USE_EXPLICIT_IV(rl)) {
         int mode = EVP_CIPHER_CTX_get_mode(ciph_ctx);
         int eivlen = 0;