summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/evp_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/evp_int.h')
-rw-r--r--crypto/include/internal/evp_int.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h
index 9d878987bc..cdb5aab87c 100644
--- a/crypto/include/internal/evp_int.h
+++ b/crypto/include/internal/evp_int.h
@@ -212,10 +212,9 @@ struct evp_md_st {
OSSL_OP_digest_digest_fn *digest;
OSSL_OP_digest_freectx_fn *freectx;
OSSL_OP_digest_dupctx_fn *dupctx;
- OSSL_OP_digest_size_fn *size;
- OSSL_OP_digest_block_size_fn *dblock_size;
- OSSL_OP_digest_set_params_fn *set_params;
OSSL_OP_digest_get_params_fn *get_params;
+ OSSL_OP_digest_ctx_set_params_fn *ctx_set_params;
+ OSSL_OP_digest_ctx_get_params_fn *ctx_get_params;
} /* EVP_MD */ ;