summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorpohsingwu <pohsingwu@synology.com>2024-07-24 06:54:40 +0200
committerPauli <ppzgs1@gmail.com>2024-07-25 01:34:51 +0200
commit3c6e11495975a4eda4cc5886080afed6203711ac (patch)
tree0f446e40f96d03eded4d6a2a4ec4649f24396f57 /util
parentdoc: the basicAttConstraints X.509v3 extension (diff)
downloadopenssl-3c6e11495975a4eda4cc5886080afed6203711ac.tar.xz
openssl-3c6e11495975a4eda4cc5886080afed6203711ac.zip
Fix typo in mk-fipsmodule-cnf.pl
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24977)
Diffstat (limited to 'util')
-rw-r--r--util/mk-fipsmodule-cnf.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/mk-fipsmodule-cnf.pl b/util/mk-fipsmodule-cnf.pl
index 070626a4f9..b6a49382bd 100644
--- a/util/mk-fipsmodule-cnf.pl
+++ b/util/mk-fipsmodule-cnf.pl
@@ -50,9 +50,9 @@ tls1-prf-ems-check = $ems_check
drbg-no-trunc-md = $drgb_no_trunc_dgst
module-mac = $module_mac
hkdf-digest-check = $kdf_digest_check
-tls13-kdf-digest-check = $kd_digest_check
+tls13-kdf-digest-check = $kdf_digest_check
tls1-prf-digest-check = $kdf_digest_check
-sshkdf-digest-check = $k_digest_check
-sskdf-digest-check = $kd_digest_check
-x963kdf-digest-check = $kdf__digest_check
+sshkdf-digest-check = $kdf_digest_check
+sskdf-digest-check = $kdf_digest_check
+x963kdf-digest-check = $kdf_digest_check
_____