X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FDSA_meth_new.pod;h=bdf3f293d4f96e466b690623063ec58da72906b2;hp=782ac0ffde3ddc74ba10d81cc1778f44eae8b109;hb=f55ed701a458e3b3840a5d8c8dd3019d7d71a26f;hpb=e90fc053c33a2241004451cfdeecfbf3cbdeb728 diff --git a/doc/man3/DSA_meth_new.pod b/doc/man3/DSA_meth_new.pod index 782ac0ffde..bdf3f293d4 100644 --- a/doc/man3/DSA_meth_new.pod +++ b/doc/man3/DSA_meth_new.pod @@ -25,7 +25,7 @@ DSA_meth_set_keygen - Routines to build up DSA methods const char *DSA_meth_get0_name(const DSA_METHOD *dsam); int DSA_meth_set1_name(DSA_METHOD *dsam, const char *name); - int DSA_meth_get_flags(DSA_METHOD *dsam); + int DSA_meth_get_flags(const DSA_METHOD *dsam); int DSA_meth_set_flags(DSA_METHOD *dsam, int flags); void *DSA_meth_get0_app_data(const DSA_METHOD *dsam); @@ -87,7 +87,7 @@ DSA_meth_set_keygen - Routines to build up DSA methods =head1 DESCRIPTION The B type is a structure used for the provision of custom DSA -implementations. It provides a set of of functions used by OpenSSL for the +implementations. It provides a set of functions used by OpenSSL for the implementation of the various DSA capabilities. See the L page for more information. @@ -205,9 +205,9 @@ The functions described here were added in OpenSSL 1.1.0. =head1 COPYRIGHT -Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.