mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Add missing randombytes.h inclusion in aead_aegis256.c
This commit is contained in:
parent
dcc2e06c93
commit
a72abb0ae1
@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "crypto_aead_aegis256.h"
|
||||
#include "randombytes.h"
|
||||
|
||||
size_t
|
||||
crypto_aead_aegis256_keybytes(void)
|
||||
|
Loading…
Reference in New Issue
Block a user