diff options
author | Richard Levitte <levitte@openssl.org> | 2017-11-24 16:38:37 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-11-24 16:38:37 +0100 |
commit | 92793648945affdfe529fa711666d19528815789 (patch) | |
tree | a74873d8eb884c2f41edbba574d35e20a7777d5c /doc/man3 | |
parent | 51e47d5f6a7944c3e3ddc5f6d376fc1320639277 (diff) | |
download | openssl-new-92793648945affdfe529fa711666d19528815789.tar.gz |
Fix EVP_MD_meth_new.pod
A name too many in the NAME section, and a copyright year update
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4789)
Diffstat (limited to 'doc/man3')
-rw-r--r-- | doc/man3/EVP_MD_meth_new.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EVP_MD_meth_new.pod b/doc/man3/EVP_MD_meth_new.pod index 4e0fa25e62..0265c7d504 100644 --- a/doc/man3/EVP_MD_meth_new.pod +++ b/doc/man3/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 |