mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-28 02:34:40 +00:00
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)
This commit is contained in:
parent
6ed12cec72
commit
b6db6612d1
@ -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[]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user