1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

fix sha1 include path

This commit is contained in:
lxsang 2021-01-01 13:30:04 +01:00
parent 6408e646e8
commit 7de4bd6c1c

View File

@ -12,7 +12,7 @@
#include <openssl/err.h>
#include <openssl/sha.h>
#else
#include "sha1.h"
#include "lib/sha1.h"
#endif
#include "http_server.h"