mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 00:38:21 +01:00
fix sha1 include path
This commit is contained in:
parent
6408e646e8
commit
7de4bd6c1c
@ -12,7 +12,7 @@
|
|||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#include <openssl/sha.h>
|
#include <openssl/sha.h>
|
||||||
#else
|
#else
|
||||||
#include "sha1.h"
|
#include "lib/sha1.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "http_server.h"
|
#include "http_server.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user