From: Niels Möller Date: Sun, 19 Apr 2020 14:25:37 +0000 (+0200) Subject: Delete obsolete FIXME comment. X-Git-Tag: nettle_3.6rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc729cc7aa25c077592b6f7fcce009d968bccaac;p=thirdparty%2Fnettle.git Delete obsolete FIXME comment. --- diff --git a/gosthash94.h b/gosthash94.h index 02fd3b33..0efd6412 100644 --- a/gosthash94.h +++ b/gosthash94.h @@ -83,8 +83,6 @@ extern "C" { #define GOSTHASH94CP_BLOCK_SIZE GOSTHASH94_BLOCK_SIZE #define GOSTHASH94CP_DIGEST_SIZE GOSTHASH94_DIGEST_SIZE -/* FIXME: Rearrange context struct to enable use of the MD_UPDATE - macro. Has to wait for an ABI update. */ struct gosthash94_ctx { uint32_t hash[8]; /* algorithm 256-bit state */