[openssl] master update

beldmit at gmail.com beldmit at gmail.com
Mon Nov 11 18:18:36 UTC 2019


The branch master has been updated
       via  b6db6612d12460d3787b6cf94777e309ea75d058 (commit)
      from  6ed12cec7216c3e81b58f5cafa41775e456feaee (commit)


- Log -----------------------------------------------------------------
commit b6db6612d12460d3787b6cf94777e309ea75d058
Author: Dmitry Belyavskiy <beldmit at gmail.com>
Date:   Sat Nov 9 23:25:32 2019 +0300

    Fix cut'n'paste typos in the provider-digest pod
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10398)

-----------------------------------------------------------------------

Summary of changes:
 doc/man7/provider-digest.pod | 6 +++---
 1 file 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[]);


More information about the openssl-commits mailing list