CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/25 03:12:35
Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Pull in <openssl/rsa.h> directly This is needed for many reasons. It is currently pulled in via x509.h but only when OPENSSL_NO_DEPRECATED is undefined. Again this should be fixed in the public header as well.