diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-09 06:47:52 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-09 06:47:52 +0000 |
commit | 663eee4fdf676769e5b8af0fcef431c9573365a3 (patch) | |
tree | 2034bc4733c0ab9511cb353a2148003f515f9866 /lib | |
parent | 69e0fdc2e4835b41eb20d3c24616608567bae302 (diff) |
Fix OpenBSD release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/EVP_MD_meth_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_MD_meth_new.3 b/lib/libcrypto/man/EVP_MD_meth_new.3 index 704c5161071..d6720ef8bc2 100644 --- a/lib/libcrypto/man/EVP_MD_meth_new.3 +++ b/lib/libcrypto/man/EVP_MD_meth_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_MD_meth_new.3,v 1.1 2023/07/08 20:01:26 tb Exp $ +.\" $OpenBSD: EVP_MD_meth_new.3,v 1.2 2023/07/09 06:47:51 tb Exp $ .\" selective merge up to: .\" OpenSSL man3/EVP_MD_meth_new 0388d212 Dec 14 12:47:07 2018 -0800 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 8 2023 $ +.Dd $Mdocdate: July 9 2023 $ .Dt EVP_MD_METH_NEW 3 .Os .Sh NAME @@ -289,4 +289,4 @@ functions return 1. .Sh HISTORY All these functions first appeared in OpenSSL 1.1.0 and have been available since -.Ox 7.0 . +.Ox 7.1 . |