aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-06-06 12:51:01 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-06-06 12:51:01 +0100
commitccd0aeac9f7f9f82e07f0a396c392887ea8fc02d (patch)
tree3f50aa2a2b001e7639ca0b1e4585527461d03ea7 /include
parent9d772829c9e4f202460acb43f9e073841a7cb9db (diff)
downloadopenssl-ccd0aeac9f7f9f82e07f0a396c392887ea8fc02d.tar.gz
Fix define to match documentation
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3621)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h
index 558b89a404..3b56c8626c 100644
--- 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))