From 443c3d5c755f7f540390fcf1a11c8a443b2553cc Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 09:55:32 +0000 Subject: Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h where it will be needed in the upcoming bump. discussed with jsing --- src/lib/libcrypto/pem/pvkfmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/pem') diff --git a/src/lib/libcrypto/pem/pvkfmt.c b/src/lib/libcrypto/pem/pvkfmt.c index 7437eeba61..dffe1a362c 100644 --- a/src/lib/libcrypto/pem/pvkfmt.c +++ b/src/lib/libcrypto/pem/pvkfmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pvkfmt.c,v 1.24 2022/01/07 09:35:36 tb Exp $ */ +/* $OpenBSD: pvkfmt.c,v 1.25 2022/01/07 09:55:31 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2005. */ @@ -76,6 +76,7 @@ #include "bn_lcl.h" #include "dsa_locl.h" #include "evp_locl.h" +#include "rsa_locl.h" /* Utility function: read a DWORD (4 byte unsigned integer) in little endian * format -- cgit v1.2.3-55-g6feb