]> git.ipfire.org Git - thirdparty/suricata.git/commit
Workaround function missing in libhtp include 291/head
authorEric Leblond <eric@regit.org>
Mon, 18 Feb 2013 10:00:20 +0000 (11:00 +0100)
committerEric Leblond <eric@regit.org>
Fri, 22 Feb 2013 09:14:03 +0000 (10:14 +0100)
commit6d225378e4670564c97d07d493be5d9aaec1a214
tree304973c7c1303e725b79ebe93e8382b5e6cf5b5f
parentd472d606e95e4a22393a9aad6bb07e7983216c90
Workaround function missing in libhtp include

As reported in bug #688, htp_config_set_path_decode_u_encoding
function is not included in libhtp header before 0.3.0. Result
is that suricata compilation fail with an external htp library.
The following patch detect the issue and adds the missing
declaration.
configure.ac
src/app-layer-htp.c