mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
Disable cmac tests by default so the old algorithm test vectors work.
This commit is contained in:
parent
3a660e7364
commit
d4178c8fb1
@ -389,7 +389,7 @@ my %fips_enabled = (
|
||||
"rsa-pss62" => 1,
|
||||
sha => 1,
|
||||
hmac => 1,
|
||||
cmac => 1,
|
||||
cmac => 0,
|
||||
"rand-aes" => 1,
|
||||
"rand-des2" => 0,
|
||||
aes => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user