Add missing header for _crypto_stream_salsa20_pick_best_implementation

This commit is contained in:
Frank Denis 2017-02-26 17:50:11 +01:00
parent e08843d138
commit d781ec3cdf

View File

@ -13,6 +13,7 @@
#include "crypto_pwhash_argon2i.h"
#include "crypto_scalarmult.h"
#include "crypto_stream_chacha20.h"
#include "crypto_stream_salsa20.h"
#include "randombytes.h"
#include "runtime.h"
#include "utils.h"