summaryrefslogtreecommitdiff
path: root/gosthash94.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-04-19 16:25:37 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-04-19 16:25:37 +0200
commitfc729cc7aa25c077592b6f7fcce009d968bccaac (patch)
tree193cee2a7daa326f54b3a60c718eb80496038fd6 /gosthash94.h
parent03dd45f5ef8d0e05df07b4b1c7f1a0e773d793c1 (diff)
downloadnettle-fc729cc7aa25c077592b6f7fcce009d968bccaac.tar.gz
Delete obsolete FIXME comment.
Diffstat (limited to 'gosthash94.h')
-rw-r--r--gosthash94.h2
1 files changed, 0 insertions, 2 deletions
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 */