Avoid duplicate crypto_hashblocks.h

This commit is contained in:
Frank Denis
2013-04-21 17:32:06 -07:00
parent 32c2d620a9
commit bb2af7396e
5 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ libsodium_la_SOURCES = \
crypto_scalarmult/curve25519/ref/crypto_scalarmult.h \
crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c \
crypto_hashblocks/sha256/ref/blocks_sha256.c \
crypto_hashblocks/sha256/ref/crypto_hashblocks.h \
crypto_hashblocks/sha256/ref/api.h \
crypto_hashblocks/sha512/ref/blocks_sha512.c \
crypto_hashblocks/sha512/ref/crypto_hashblocks.h \
crypto_hashblocks/sha512/ref/api.h \
crypto_hash/sha256/ref/api.h \
crypto_hash/sha256/ref/hash_sha256.c \
crypto_hash/sha512/ref/api.h \
@@ -1,4 +1,4 @@
#include "crypto_hashblocks.h"
#include "api.h"
typedef unsigned int uint32;
@@ -1,4 +1,4 @@
#include "crypto_hashblocks.h"
#include "api.h"
typedef unsigned long long uint64;