1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-24 12:36:01 -07:00

Avoid duplicate crypto_hashblocks.h

This commit is contained in:
Frank Denis 2013-04-19 14:44:55 +02:00
parent 32c2d620a9
commit bb2af7396e
5 changed files with 4 additions and 4 deletions

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 \

View File

@ -1,4 +1,4 @@
#include "crypto_hashblocks.h"
#include "api.h"
typedef unsigned int uint32;

View File

@ -1,4 +1,4 @@
#include "crypto_hashblocks.h"
#include "api.h"
typedef unsigned long long uint64;