fix unused-function _sha256()
in xsalsa20_test.c
This commit is contained in:
parent
5f7feeab59
commit
a76c823992
@ -18,7 +18,7 @@
|
||||
|
||||
#ifdef LTC_XSALSA20
|
||||
|
||||
#ifdef LTC_SHA256
|
||||
#if defined(LTC_SHA256) && defined(LTC_TEST)
|
||||
static int _sha256(unsigned char *hash, const unsigned char *data, const int datalen) {
|
||||
hash_state md;
|
||||
sha256_init(&md);
|
||||
|
Loading…
Reference in New Issue
Block a user