summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-02-15 14:08:51 +0000
committerBen Laurie <ben@openssl.org>2009-02-15 14:08:51 +0000
commitb3f3407850d5e4b2a91aa7c7db39302bb9e80405 (patch)
treebdb0ae7b0fdbbf90bb66eec925ed337a115ca840 /crypto/evp/evp.h
parent477fd4596feb89fe943130c8b1a4e37a0d3764bb (diff)
Use new common flags and fix resulting warnings.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index df54409f10..a73f7434b8 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -1142,7 +1142,7 @@ void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth,
void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth,
int (*encrypt_init)(EVP_PKEY_CTX *ctx),
- int (*encrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
+ int (*encryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
const unsigned char *in, size_t inlen));
void EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth,