From: Niels Möller Date: Sun, 1 Feb 2026 14:18:26 +0000 (+0100) Subject: Fix texinfo syntax. X-Git-Tag: nettle_4.0_release_20260205~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c1745a77a7deea68a9d3397c363a29bb2d1094;p=thirdparty%2Fnettle.git Fix texinfo syntax. --- diff --git a/nettle.texinfo b/nettle.texinfo index 2a6f4ffe..a632aa9b 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -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},