[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Fri Nov 24 22:13:00 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  5d612d3715cc5065988b49d688f425eef63a3d01 (commit)
      from  6a3d2ded004f3bb9a70df0de96a2439c2793ed72 (commit)


- Log -----------------------------------------------------------------
commit 5d612d3715cc5065988b49d688f425eef63a3d01
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Nov 24 16:38:37 2017 +0100

    Fix EVP_MD_meth_new.pod
    
    A name too many in the NAME section, and a copyright year update
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4789)
    
    (cherry picked from commit 92793648945affdfe529fa711666d19528815789)

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

Summary of changes:
 doc/crypto/EVP_MD_meth_new.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/crypto/EVP_MD_meth_new.pod b/doc/crypto/EVP_MD_meth_new.pod
index be36732..4dac672 100644
--- a/doc/crypto/EVP_MD_meth_new.pod
+++ b/doc/crypto/EVP_MD_meth_new.pod
@@ -11,7 +11,7 @@ EVP_MD_meth_set_ctrl, EVP_MD_meth_get_input_blocksize,
 EVP_MD_meth_get_result_size, EVP_MD_meth_get_app_datasize,
 EVP_MD_meth_get_flags, EVP_MD_meth_get_init, EVP_MD_meth_get_update,
 EVP_MD_meth_get_final, EVP_MD_meth_get_copy, EVP_MD_meth_get_cleanup,
-EVP_MD_meth_get_ctrl, EVP_MD_CTX_md_data
+EVP_MD_meth_get_ctrl
 - Routines to build up EVP_MD methods
 
 =head1 SYNOPSIS
@@ -169,7 +169,7 @@ The B<EVP_MD> structure was openly available in OpenSSL before version
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy


More information about the openssl-commits mailing list