mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
include headers for memcpy and size_t in sha implementations
This commit is contained in:
parent
28cee5f14b
commit
b0f1bf4b77
BIN
samples/data/cafe.jpg
Normal file
BIN
samples/data/cafe.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -22,7 +22,9 @@
|
||||
* Software.
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
void sha1_compress(uint32_t state[5], const uint8_t block[64]) {
|
||||
|
@ -22,7 +22,9 @@
|
||||
* Software.
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
void sha512_compress(uint64_t state[8], const uint8_t block[128]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user