summaryrefslogtreecommitdiff
path: root/cipher/gostr3411-94.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/gostr3411-94.c')
-rw-r--r--cipher/gostr3411-94.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/gostr3411-94.c b/cipher/gostr3411-94.c
index 7b16e611..a782427f 100644
--- a/cipher/gostr3411-94.c
+++ b/cipher/gostr3411-94.c
@@ -343,13 +343,13 @@ gcry_md_spec_t _gcry_digest_spec_gost3411_94 =
{
GCRY_MD_GOSTR3411_94, {0, 0},
"GOSTR3411_94", NULL, 0, NULL, 32,
- gost3411_init, _gcry_md_block_write, gost3411_final, gost3411_read,
+ gost3411_init, _gcry_md_block_write, gost3411_final, gost3411_read, NULL,
sizeof (GOSTR3411_CONTEXT)
};
gcry_md_spec_t _gcry_digest_spec_gost3411_cp =
{
GCRY_MD_GOSTR3411_CP, {0, 0},
"GOSTR3411_CP", asn, DIM (asn), oid_spec_gostr3411, 32,
- gost3411_cp_init, _gcry_md_block_write, gost3411_final, gost3411_read,
+ gost3411_cp_init, _gcry_md_block_write, gost3411_final, gost3411_read, NULL,
sizeof (GOSTR3411_CONTEXT)
};