]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
In the manual, update version, year, and sha example. master
authorNiels Möller <nisse@lysator.liu.se>
Fri, 15 Aug 2025 18:49:09 +0000 (20:49 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 15 Aug 2025 18:49:09 +0000 (20:49 +0200)
nettle.texinfo

index 7be83f62199816a2d1b3f5560579a9f503c86d55..6e04ea47c7f3e8f40d85654705baa316c8ba9f9d 100644 (file)
@@ -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