CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/11/07 09:22:04
Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: 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.