diff options
author | tb <> | 2022-01-07 09:55:32 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 09:55:32 +0000 |
commit | 79f266d95b1179bddc9e06127734346144314625 (patch) | |
tree | 9afc0fd9f58b3648023e49cee129daba751aee74 /src/lib/libcrypto/pem | |
parent | e34065049e662885183a2bfa41208d2873c1d205 (diff) | |
download | openbsd-79f266d95b1179bddc9e06127734346144314625.tar.gz openbsd-79f266d95b1179bddc9e06127734346144314625.tar.bz2 openbsd-79f266d95b1179bddc9e06127734346144314625.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 |