kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit ac5a89fbeb73d5a13f913365bbb52a33202298eb
parent c2289471b14f956f3858837eda89a83e684d56af
Author: Joris Vink <joris@coders.se>
Date:   Tue, 17 Jul 2018 15:07:26 +0200

pull in openssl/sha.h for body digest

Diffstat:
include/kore/http.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

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