Avoid duplicate crypto_shorthash.h

This commit is contained in:
Frank Denis 2013-04-19 14:48:19 +02:00
parent d6636dbc7a
commit 8da4cb057c
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ libsodium_la_SOURCES = \
crypto_hash/sha256/ref/hash_sha256.c \
crypto_hash/sha512/ref/api.h \
crypto_hash/sha512/ref/hash_sha512.c \
crypto_shorthash/siphash24/ref/crypto_shorthash.h \
crypto_shorthash/siphash24/ref/api.h \
crypto_shorthash/siphash24/ref/shorthash_siphash24.c \
crypto_verify/16/ref/crypto_verify.h \
crypto_verify/16/ref/verify_16.c \

View File

@ -1,4 +1,4 @@
#include "crypto_shorthash.h"
#include "api.h"
#include "crypto_uint64.h"
#include "crypto_uint32.h"
#include "crypto_uint8.h"