Commit 31fc48dd authored by Dr. Matthias St. Pierre's avatar Dr. Matthias St. Pierre
Browse files

Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'

Since commit 137096a7

 it is possible to specify keywords instead
of negative magic numbers for the salt length. This commit replaces
the remaining occurrences of `rsa_pss_saltlen:-3` in the test recipes
by `rsa_pss_saltlen:max`.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8860)
parent 0c4e984d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment