diff options
Diffstat (limited to 'cipher/mac-poly1305.c')
-rw-r--r-- | cipher/mac-poly1305.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/mac-poly1305.c b/cipher/mac-poly1305.c index b80f87db..39ba790f 100644 --- a/cipher/mac-poly1305.c +++ b/cipher/mac-poly1305.c @@ -322,7 +322,8 @@ static gcry_mac_spec_ops_t poly1305mac_ops = { poly1305mac_read, poly1305mac_verify, poly1305mac_get_maclen, - poly1305mac_get_keylen + poly1305mac_get_keylen, + NULL }; |