From: Niels Möller Date: Sat, 10 Nov 2012 13:30:41 +0000 (+0100) Subject: deftypevr vs deftypevrx fix. X-Git-Tag: nettle_2.6_release_20130116~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8fadfe0a5f4c054354560cf9f5bf170e4d8e2b;p=thirdparty%2Fnettle.git deftypevr vs deftypevrx fix. --- diff --git a/ChangeLog b/ChangeLog index 58d4615d..e6fa5857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-10 Niels Möller + + * nettle.texinfo (nettle_hashes, nettle_ciphers): Use deftypevr, + not deftypevrx. Spotted by Nikos Mavrogiannopoulos. + 2012-11-08 Niels Möller Gost hash function, ported from Aleksey Kravchenko's rhash library diff --git a/nettle.texinfo b/nettle.texinfo index bfaf0a6f..53879378 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