Skip to content
Snippets Groups Projects
Commit fc729cc7 authored by Niels Möller's avatar Niels Möller
Browse files

Delete obsolete FIXME comment.

parent 03dd45f5
No related branches found
No related tags found
No related merge requests found
...@@ -83,8 +83,6 @@ extern "C" { ...@@ -83,8 +83,6 @@ extern "C" {
#define GOSTHASH94CP_BLOCK_SIZE GOSTHASH94_BLOCK_SIZE #define GOSTHASH94CP_BLOCK_SIZE GOSTHASH94_BLOCK_SIZE
#define GOSTHASH94CP_DIGEST_SIZE GOSTHASH94_DIGEST_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 struct gosthash94_ctx
{ {
uint32_t hash[8]; /* algorithm 256-bit state */ uint32_t hash[8]; /* algorithm 256-bit state */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment