From fc729cc7aa25c077592b6f7fcce009d968bccaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sun, 19 Apr 2020 16:25:37 +0200 Subject: Delete obsolete FIXME comment. --- gosthash94.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gosthash94.h') 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 */ -- cgit v1.2.1