1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 20:15:19 -07:00

Include private/common.h wherever HAVE_*TRIN_H is required, for MSVC

This commit is contained in:
Frank Denis 2020-03-18 17:16:27 +01:00
parent 1088835f25
commit 451bafc0d3
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <stdlib.h>
#include "crypto_aead_aegis256.h"
#include "private/common.h"
#include "randombytes.h"
size_t

View File

@ -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)