mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 04:25:10 -07:00
Avoid duplicate crypto_hashblocks.h
This commit is contained in:
parent
32c2d620a9
commit
bb2af7396e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user