From ae8fadfe0a5f4c054354560cf9f5bf170e4d8e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 10 Nov 2012 14:30:41 +0100 Subject: [PATCH] deftypevr vs deftypevrx fix. --- ChangeLog | 5 +++++ nettle.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- GitLab