From: Niels Möller Date: Fri, 21 Apr 2023 12:52:19 +0000 (+0200) Subject: Minor whitespace fix. X-Git-Tag: nettle_3.9_release_20230514~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b144b629a2b841f0800ffe27af52b692708fe0e5;p=thirdparty%2Fnettle.git Minor whitespace fix. --- diff --git a/nettle.texinfo b/nettle.texinfo index 10af86c3..b12955c0 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -3723,7 +3723,6 @@ parameters, encrypts the plaintext from @var{src}, prepends the initialization vector to the ciphertext and outputs it to @var{dst}. The @var{clength} variable must be equal to the length of @var{src} plus @code{SIV_DIGEST_SIZE}. - @end deftypefun @deftypefun int siv_cmac_aes128_decrypt_message (struct siv_cmac_aes128_ctx *@var{ctx}, size_t @var{nlength}, const uint8_t *@var{nonce}, size_t @var{alength}, const uint8_t *@var{adata}, size_t @var{mlength}, uint8_t *@var{dst}, const uint8_t *@var{src})