summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2019-11-09 23:25:32 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2019-11-11 21:17:18 +0300
commitb6db6612d12460d3787b6cf94777e309ea75d058 (patch)
treeadac600e59d44a270490084e50cf7c184b644cb8
parent6ed12cec7216c3e81b58f5cafa41775e456feaee (diff)
Fix cut'n'paste typos in the provider-digest pod
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10398)
-rw-r--r--doc/man7/provider-digest.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man7/provider-digest.pod b/doc/man7/provider-digest.pod
index 7ee58c2dd6..159a0e0b76 100644
--- a/doc/man7/provider-digest.pod
+++ b/doc/man7/provider-digest.pod
@@ -30,11 +30,11 @@ provider-digest - The digest library E<lt>-E<gt> provider functions
unsigned char *out, size_t *outl, size_t outsz);
/* Digest parameter descriptors */
- const OSSL_PARAM *OP_cipher_gettable_params(void);
+ const OSSL_PARAM *OP_digest_gettable_params(void);
/* Digest operation parameter descriptors */
- const OSSL_PARAM *OP_cipher_gettable_ctx_params(void);
- const OSSL_PARAM *OP_cipher_settable_ctx_params(void);
+ const OSSL_PARAM *OP_digest_gettable_ctx_params(void);
+ const OSSL_PARAM *OP_digest_settable_ctx_params(void);
/* Digest parameters */
int OP_digest_get_params(OSSL_PARAM params[]);