Skip to content
Snippets Groups Projects
Commit ae8fadfe authored by Niels Möller's avatar Niels Möller
Browse files

deftypevr vs deftypevrx fix.

parent 8879d88d
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment