mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add missing randombytes.h inclusion in aead_aegis256.c
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "crypto_aead_aegis256.h"
|
||||
#include "randombytes.h"
|
||||
|
||||
size_t
|
||||
crypto_aead_aegis256_keybytes(void)
|
||||
|
||||
Reference in New Issue
Block a user