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/rsa/rsa_pss.c | |
| 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/rsa/rsa_pss.c')
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa_pss.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_pss.c b/src/lib/libcrypto/rsa/rsa_pss.c index 85ce762643..cce38efa91 100644 --- a/src/lib/libcrypto/rsa/rsa_pss.c +++ b/src/lib/libcrypto/rsa/rsa_pss.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa_pss.c,v 1.14 2021/12/12 21:30:14 tb Exp $ */ | 1 | /* $OpenBSD: rsa_pss.c,v 1.15 2022/01/07 09:55:32 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 | */ |
| @@ -67,6 +67,7 @@ | |||
| 67 | #include <openssl/sha.h> | 67 | #include <openssl/sha.h> |
| 68 | 68 | ||
| 69 | #include "evp_locl.h" | 69 | #include "evp_locl.h" |
| 70 | #include "rsa_locl.h" | ||
| 70 | 71 | ||
| 71 | static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; | 72 | static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; |
| 72 | 73 | ||
