needs includes.h for WITH_OPENSSL

This commit is contained in:
Damien Miller 2019-11-29 11:53:57 +11:00
parent ef3853bb94
commit 0dedb703ad

2
hash.c
View File

@ -6,6 +6,8 @@
* API compatible reimplementation of function from nacl
*/
#include "includes.h"
#include "crypto_api.h"
#include <stdarg.h>