summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 817d4fb734..fd9d4ed263 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.59 2018/05/02 15:51:41 tb Exp $ */ 1/* $OpenBSD: evp.h,v 1.60 2018/05/13 06:35:10 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -617,7 +617,8 @@ int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen);
617 617
618int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, 618int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
619 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); 619 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
620int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen); 620int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig,
621 size_t siglen);
621 622
622int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 623int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
623 const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv); 624 const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv);