Index: openssl-1.1.1l/crypto/kdf/pbkdf2.c =================================================================== --- openssl-1.1.1l.orig/crypto/kdf/pbkdf2.c +++ openssl-1.1.1l/crypto/kdf/pbkdf2.c @@ -185,7 +185,8 @@ static int kdf_pbkdf2_derive(EVP_KDF_IMP } fips_sli_check_hash_kdf_struct_evp_kdf_impl_st(impl); - + fips_sli_fsm_struct_evp_kdf_impl_st(impl, + fips_sli_get_kdf_keylen_status(keylen)); return pkcs5_pbkdf2_alg((char *)impl->pass, impl->pass_len, impl->salt, impl->salt_len, impl->iter, impl->md, key, keylen);