mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 10:46:23 +00:00
Fixed an NaCl macro name issue for Android NDK cross-compile
This commit is contained in:
parent
17f0b5da10
commit
34075ce84d
@ -391,7 +391,7 @@ rhizome_manifest *rhizome_read_manifest_file(char *filename)
|
||||
/* Calculate hash of the text part of the file, as we need to couple this with
|
||||
each signature block to */
|
||||
unsigned char manifest_hash[crypto_hash_sha512_BYTES];
|
||||
crypto_hash(manifest_hash,m->manifestdata,end_of_text);
|
||||
crypto_hash_sha512(manifest_hash,m->manifestdata,end_of_text);
|
||||
|
||||
/* Read signature blocks from file.
|
||||
XXX - What additional information/restrictions should the
|
||||
|
Loading…
Reference in New Issue
Block a user