summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-09 12:42:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-09 12:42:09 +0000
commit4a3dc3c0e34d44590b6565f8a8f5f4f5192df988 (patch)
tree8d2584d9ec28b5222f9f19359b49ecfa1d66569d /crypto/evp/pmeth_lib.c
parenta2318e86bdb3dc5fc2d17a12d3875964eedef424 (diff)
Add RSA ctrl for padding mode, add ctrl support in pkeyutl.
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-rw-r--r--crypto/evp/pmeth_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 9ca351a53e..7c36395696 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -171,7 +171,8 @@ int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
}
-int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, char *name, char *value)
+int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx,
+ const char *name, const char *value)
{
if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl)
{