projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a53561e
)
Fix a typo in a macro
author
Matt Caswell
<matt@openssl.org>
Thu, 11 Oct 2018 10:59:57 +0000
(11:59 +0100)
committer
Matt Caswell
<matt@openssl.org>
Fri, 12 Oct 2018 08:49:45 +0000
(09:49 +0100)
Fixes #7385
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7385)
(cherry picked from commit
990fe909949a58398b3a0cbbdc52b9bbb9cefaa0
)
include/openssl/rsa.h
patch
|
blob
|
history
diff --git
a/include/openssl/rsa.h
b/include/openssl/rsa.h
index a38ba12f1e47401a0f4ea568fcbac89d2726706f..cdce1264eb5ccd9ecd1973e442e7639bb2cdb2d3 100644
(file)
--- a/
include/openssl/rsa.h
+++ b/
include/openssl/rsa.h
@@
-160,7
+160,7
@@
extern "C" {
# define EVP_PKEY_CTX_set_rsa_pss_keygen_md(ctx, md) \
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, \
- EVP_PKEY_OP_
TYPE_
KEYGEN, EVP_PKEY_CTRL_MD, \
+ EVP_PKEY_OP_KEYGEN, EVP_PKEY_CTRL_MD, \
0, (void *)(md))
# define EVP_PKEY_CTRL_RSA_PADDING (EVP_PKEY_ALG_CTRL + 1)