1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-28 22:21:15 -07:00

Include private/common.h in onetimeauth_poly1305.c

(not available in MSVC yet)
This commit is contained in:
Frank Denis 2017-03-01 10:33:32 +01:00
parent 89f9b7501a
commit de6a932842

View File

@ -1,6 +1,7 @@
#include "onetimeauth_poly1305.h"
#include "crypto_onetimeauth_poly1305.h"
#include "private/common.h"
#include "randombytes.h"
#include "runtime.h"