Don't forget to include crypto_shorthash headers in sodium.h

This commit is contained in:
Frank Denis
2013-04-04 14:21:20 -07:00
parent d50249c927
commit 9833dfeac8
+2
View File
@@ -21,6 +21,8 @@
#include <sodium/crypto_scalarmult_curve25519.h>
#include <sodium/crypto_secretbox.h>
#include <sodium/crypto_secretbox_xsalsa20poly1305.h>
#include <sodium/crypto_shorthash.h>
#include <sodium/crypto_shorthash_siphash24.h>
#include <sodium/crypto_sign.h>
#include <sodium/crypto_sign_ed25519.h>
#include <sodium/crypto_sign_edwards25519sha512batch.h>