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:
9d77282
)
Fix define to match documentation
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 6 Jun 2017 11:51:01 +0000
(12:51 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 6 Jun 2017 11:51:01 +0000
(12:51 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3621)
include/openssl/rsa.h
patch
|
blob
|
history
diff --git
a/include/openssl/rsa.h
b/include/openssl/rsa.h
index 558b89a404c7b603f72f5d7da89bb19e5c36b403..3b56c8626c3d887175372315ccf2c68de519dc09 100644
(file)
--- a/
include/openssl/rsa.h
+++ b/
include/openssl/rsa.h
@@
-147,7
+147,7
@@
extern "C" {
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL, 0, (void *)(l))
-# define EVP_PKEY_CTX_rsa_pss_keygen_md(ctx, md) \
+# 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, \
0, (void *)(md))