]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix texinfo syntax. master-updates
authorNiels Möller <nisse@lysator.liu.se>
Sun, 1 Feb 2026 14:18:26 +0000 (15:18 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 1 Feb 2026 14:18:26 +0000 (15:18 +0100)
nettle.texinfo

index 2a6f4ffe89b504fa6a4e5071078fef80fa83f875..a632aa9b4607016e08002104f3d273a0359b67cf 100644 (file)
@@ -6263,6 +6263,7 @@ Initialize the DRBG-CTR-AES256 context using
 @deftypefun void drbg_ctr_aes256_random (struct drbg_ctr_aes256_ctx *@var{ctx}, size_t n, uint8_t *@var{dst})
 Generates @var{n} octets of output into @var{dst}.  The generator must
 be initialized before you call this function.
+@end deftypefun
 
 @deftypefun void drbg_ctr_aes256_update (struct drbg_ctr_aes256_ctx *@var{ctx}, const uint8_t *@var{provided_data})
 Updates the internal state of @var{ctx} with @var{provided_data},