1
0
mirror of https://git.kore.io/kore.git synced 2024-11-19 00:17:08 +01:00

pull in openssl/sha.h for body digest

This commit is contained in:
Joris Vink 2018-07-17 15:07:26 +02:00
parent c2289471b1
commit ac5a89fbeb

View File

@ -22,6 +22,8 @@
#include <sys/types.h>
#include <sys/queue.h>
#include <openssl/sha.h>
#if defined(__cplusplus)
extern "C" {
#endif