diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp_local.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp_local.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h index d0335931e5..b1c0c9b14e 100644 --- a/src/lib/libcrypto/evp/evp_local.h +++ b/src/lib/libcrypto/evp/evp_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_local.h,v 1.20 2024/03/24 06:05:41 tb Exp $ */ | 1 | /* $OpenBSD: evp_local.h,v 1.21 2024/03/26 01:41:06 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -307,10 +307,6 @@ struct evp_pkey_method_st { | |||
307 | int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, | 307 | int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, |
308 | EVP_MD_CTX *mctx); | 308 | EVP_MD_CTX *mctx); |
309 | 309 | ||
310 | int (*verifyctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); | ||
311 | int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig, | ||
312 | int siglen, EVP_MD_CTX *mctx); | ||
313 | |||
314 | int (*encrypt_init)(EVP_PKEY_CTX *ctx); | 310 | int (*encrypt_init)(EVP_PKEY_CTX *ctx); |
315 | int (*encrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, | 311 | int (*encrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, |
316 | const unsigned char *in, size_t inlen); | 312 | const unsigned char *in, size_t inlen); |