From 1651e7aaf3d36da0d0e759b0eebc2018c7cf0e71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Fri, 15 Aug 2025 20:49:09 +0200 Subject: [PATCH] In the manual, update version, year, and sha example. --- nettle.texinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nettle.texinfo b/nettle.texinfo index 7be83f62..6e04ea47 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -8,14 +8,14 @@ @syncodeindex tp cp @c %**end of header -@set UPDATED-FOR 3.9 +@set UPDATED-FOR 4.0 @set AUTHOR Niels Möller @copying This manual is for the Nettle library (version @value{UPDATED-FOR}), a low-level cryptographic library. -Originally written 2001 by @value{AUTHOR}, updated 2023. +Originally written 2001 by @value{AUTHOR}, updated 2025. @quotation This manual is placed in the public domain. You may freely copy it, in @@ -245,7 +245,7 @@ functions which can fail, return one on success and zero on failure. @chapter Example A simple example program that reads a file from standard input and -writes its SHA1 check-sum on standard output should give the flavor of +writes its SHA256 checksum on standard output should give the flavor of Nettle. @example -- 2.47.2