]> git.ipfire.org Git - thirdparty/openssl.git/commit
fips: change from function call to macro in rsa_enc.c
authorPauli <ppzgs1@gmail.com>
Thu, 8 Aug 2024 01:40:49 +0000 (11:40 +1000)
committerPauli <ppzgs1@gmail.com>
Sat, 10 Aug 2024 06:34:51 +0000 (16:34 +1000)
commit8e316edd71a4cc480620b4c52e37114ca174f168
tree20d462677d6a72bb3b876ea56760ae11649124ad
parent11adb943ab9e82e2b2dd69c0b41ccb437304b186
fips: change from function call to macro in rsa_enc.c

Use of the function instead of the macro for the indicator unapproved check was
noted in: https://github.com/openssl/openssl/pull/25070#discussion_r1706564363
Fix things to use the macro properly.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25134)
providers/implementations/asymciphers/rsa_enc.c