aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/p_enc.c')
-rw-r--r--crypto/evp/p_enc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c
index a902b5ebdf..8d54f1a2f5 100644
--- a/crypto/evp/p_enc.c
+++ b/crypto/evp/p_enc.c
@@ -66,11 +66,8 @@
#include "objects.h"
#include "x509.h"
-int EVP_PKEY_encrypt(ek,key,key_len,pubk)
-unsigned char *ek;
-unsigned char *key;
-int key_len;
-EVP_PKEY *pubk;
+int EVP_PKEY_encrypt(unsigned char *ek, unsigned char *key, int key_len,
+ EVP_PKEY *pubk)
{
int ret=0;