Inline rsa_ctx_to_pss_string()
authortb <tb@openbsd.org>
Tue, 7 Nov 2023 16:22:04 +0000 (16:22 +0000)
committertb <tb@openbsd.org>
Tue, 7 Nov 2023 16:22:04 +0000 (16:22 +0000)
commit8c8a22a1fbe817b73b9ed54e017224972271ff09
treea8c4a323c9f1c329310c22c4d39eea03f73d697d
parent18d2dab4cd4f9d61034851a38223d8fc24509faa
Inline rsa_ctx_to_pss_string()

After previous refactoring, rsa_all_set_pss_padding() is the last remaining
caller of the weirdly named and ugly rsa_all_set_pss_padding(). This can be
handled in a few simple lines now that this mess has slightly cleaner code.
lib/libcrypto/rsa/rsa_ameth.c