diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:55:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:55:33 +0000 |
commit | 39a266b9eed87e01d7f3a36e4cd354a40d12870d (patch) | |
tree | 6c803996fd67e37a8e67af0d3e89bce27e16806d /lib/libcrypto/pem | |
parent | b5bb56f148f0c6fc563a8f99bc47d8282d4f1e8b (diff) |
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
Diffstat (limited to 'lib/libcrypto/pem')
-rw-r--r-- | lib/libcrypto/pem/pvkfmt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/pem/pvkfmt.c b/lib/libcrypto/pem/pvkfmt.c index 7437eeba618..dffe1a362c8 100644 --- a/lib/libcrypto/pem/pvkfmt.c +++ b/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 |