]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delete obsolete FIXME comment.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 19 Apr 2020 14:25:37 +0000 (16:25 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 19 Apr 2020 14:25:37 +0000 (16:25 +0200)
gosthash94.h

index 02fd3b3395995fc4595ee65010e6866b74824663..0efd6412e6a98309b1adfe80b92ec4aff47a0941 100644 (file)
@@ -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 */