CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/15 12:44:17
Modified files:
lib/libcrypto/rsa: rsa.h
Log message:
Prepare rsa.h for X9.31 support removal
This wraps the three public functions in the usual #if stanza.
RSA_X931_PADDING is unfortunately exposed by rust-openssl and erlang.
Therefore it will remain visible to avoid breaking the build of
lang/rust. Its use in the library will be neutered shortly.
ok jsing
