diff options
| author | tb <> | 2022-01-07 09:55:32 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:55:32 +0000 |
| commit | 443c3d5c755f7f540390fcf1a11c8a443b2553cc (patch) | |
| tree | 9afc0fd9f58b3648023e49cee129daba751aee74 /src/lib/libcrypto/pem | |
| parent | e355318d027a0f704ff216613a362a7e02c68037 (diff) | |
| download | openbsd-443c3d5c755f7f540390fcf1a11c8a443b2553cc.tar.gz openbsd-443c3d5c755f7f540390fcf1a11c8a443b2553cc.tar.bz2 openbsd-443c3d5c755f7f540390fcf1a11c8a443b2553cc.zip | |
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 'src/lib/libcrypto/pem')
| -rw-r--r-- | src/lib/libcrypto/pem/pvkfmt.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | /* $OpenBSD: pvkfmt.c,v 1.24 2022/01/07 09:35:36 tb Exp $ */ | 1 | /* $OpenBSD: pvkfmt.c,v 1.25 2022/01/07 09:55:31 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2005. | 3 | * project 2005. |
| 4 | */ | 4 | */ |
| @@ -76,6 +76,7 @@ | |||
| 76 | #include "bn_lcl.h" | 76 | #include "bn_lcl.h" |
| 77 | #include "dsa_locl.h" | 77 | #include "dsa_locl.h" |
| 78 | #include "evp_locl.h" | 78 | #include "evp_locl.h" |
| 79 | #include "rsa_locl.h" | ||
| 79 | 80 | ||
| 80 | /* Utility function: read a DWORD (4 byte unsigned integer) in little endian | 81 | /* Utility function: read a DWORD (4 byte unsigned integer) in little endian |
| 81 | * format | 82 | * format |
