Add missing header

This commit is contained in:
Frank Denis 2015-12-29 17:22:45 +01:00
parent 7a95e921ac
commit 71056e2f75
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYT
/* ------------------------------------------------------------------------- */
int _crypto_pwhash_argon2i_pick_best_implementation(void);
int _crypto_pwhash_argon2i_pick_best_implementation(void);
#ifdef __cplusplus
}

View File

@ -2,6 +2,7 @@
#include "core.h"
#include "crypto_generichash.h"
#include "crypto_onetimeauth.h"
#include "crypto_pwhash_argon2i.h"
#include "crypto_scalarmult.h"
#include "crypto_stream_chacha20.h"
#include "randombytes.h"