mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 04:25:10 -07:00
Include private/common.h wherever HAVE_*TRIN_H is required, for MSVC
This commit is contained in:
parent
1088835f25
commit
451bafc0d3
@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "crypto_aead_aegis256.h"
|
||||
#include "private/common.h"
|
||||
#include "randombytes.h"
|
||||
|
||||
size_t
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "crypto_verify_16.h"
|
||||
#include "crypto_verify_32.h"
|
||||
#include "crypto_verify_64.h"
|
||||
#include "private/common.h"
|
||||
|
||||
size_t
|
||||
crypto_verify_16_bytes(void)
|
||||
|
Loading…
Reference in New Issue
Block a user