diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-13 17:10:35 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-13 17:10:35 +0000 |
commit | 4f68ea16a3619d2206c652ba8c7c76c4158dcdca (patch) | |
tree | 37f218d15254d60b50dd7b7d00ef7f207333a354 /src/libserver/http/http_context.c | |
parent | cee9e2c5c7c94f1d1d1c80e5b59ecb24713bab73 (diff) | |
download | rspamd-4f68ea16a3619d2206c652ba8c7c76c4158dcdca.tar.gz rspamd-4f68ea16a3619d2206c652ba8c7c76c4158dcdca.zip |
[Minor] Fix some of the moved functions
Diffstat (limited to 'src/libserver/http/http_context.c')
-rw-r--r-- | src/libserver/http/http_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/http/http_context.c b/src/libserver/http/http_context.c index d7e530d56..8db43841d 100644 --- a/src/libserver/http/http_context.c +++ b/src/libserver/http/http_context.c @@ -14,7 +14,6 @@ * limitations under the License. */ -#include <contrib/http-parser/http_parser.h> #include "http_context.h" #include "http_private.h" #include "keypair.h" @@ -22,6 +21,7 @@ #include "cfg_file.h" #include "contrib/libottery/ottery.h" #include "contrib/http-parser/http_parser.h" +#include "ssl_util.h" #include "rspamd.h" #include "libev_helper.h" |