diff --git a/ChangeLog b/ChangeLog index 58d4615d95e7d86e3ed9b8303d98068c0dd71624..e6fa5857f9c9ae6ae1b7657e19e99ce4e54b3bfd 100644 --- 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 diff --git a/nettle.texinfo b/nettle.texinfo index bfaf0a6feecba850c8bd73e3c95c5b8e592e90c3..53879378e0ea06e5e415bb7c2fd5f924797ae24b 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -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