]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
deftypevr vs deftypevrx fix.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 10 Nov 2012 13:30:41 +0000 (14:30 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 10 Nov 2012 13:30:41 +0000 (14:30 +0100)
ChangeLog
nettle.texinfo

index 58d4615d95e7d86e3ed9b8303d98068c0dd71624..e6fa5857f9c9ae6ae1b7657e19e99ce4e54b3bfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-10  Niels Möller  <nisse@lysator.liu.se>
+
+       * nettle.texinfo (nettle_hashes, nettle_ciphers): Use deftypevr,
+       not deftypevrx. Spotted by Nikos Mavrogiannopoulos.
+
 2012-11-08  Niels Möller  <nisse@lysator.liu.se>
 
        Gost hash function, ported from Aleksey Kravchenko's rhash library
index bfaf0a6feecba850c8bd73e3c95c5b8e592e90c3..53879378e0ea06e5e415bb7c2fd5f924797ae24b 100644 (file)
@@ -741,7 +741,7 @@ These are all the hash functions that Nettle implements.
 Nettle also exports a list of all these hashes.  This list can be used
 to dynamically enumerate or search the supported algorithms:
 
-@deftypevrx {Constant Struct} {struct nettle_hash **} nettle_hashes
+@deftypevr {Constant Struct} {struct nettle_hash **} nettle_hashes
 
 @end deftypevr
 
@@ -1466,7 +1466,7 @@ Nettle also exports a list of all these ciphers without weak keys or
 other oddities.  This list can be used to dynamically enumerate or
 search the supported algorithms:
 
-@deftypevrx {Constant Struct} {struct nettle_cipher **} nettle_ciphers
+@deftypevr {Constant Struct} {struct nettle_cipher **} nettle_ciphers
 
 @end deftypevr