From: tb Date: Sat, 25 Mar 2023 09:12:35 +0000 (+0000) Subject: Pull in directly X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7758229e7e8f7f4700339e236563d22ce5fac534;p=openbsd Pull in 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. --- diff --git a/lib/libcrypto/rsa/rsa_ameth.c b/lib/libcrypto/rsa/rsa_ameth.c index 4ae41aeb847..9b91dd19118 100644 --- a/lib/libcrypto/rsa/rsa_ameth.c +++ b/lib/libcrypto/rsa/rsa_ameth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_ameth.c,v 1.27 2022/11/26 16:08:54 tb Exp $ */ +/* $OpenBSD: rsa_ameth.c,v 1.28 2023/03/25 09:12:35 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -64,6 +64,7 @@ #include #include #include +#include #include #include "asn1_local.h"