Use our own sha.h file

Before we relied on openssl's sha
master
est31 2015-07-24 21:15:26 +02:00
parent 4fb2e1b411
commit 3e3af1139a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
#include <stdlib.h>
#include <string.h>
#include <openssl/sha.h>
#include <sha.h>
#define DATA_ORDER_IS_BIG_ENDIAN