File tree Expand file tree Collapse file tree
plugins/experimental/jax_fingerprint Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ add_atsplugin(
3131 ja4h/method.cc
3232 ja4h/ja4h.cc
3333 ja4h/datasource.cc
34- ja4_common /utils.cc
34+ common /utils.cc
3535)
3636target_link_libraries (jax_fingerprint PRIVATE OpenSSL::Crypto OpenSSL::SSL )
3737target_include_directories (jax_fingerprint BEFORE PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} )
@@ -49,7 +49,7 @@ if(BUILD_TESTING)
4949 ja4h/test.cc
5050 ja4h/ja4h.cc
5151 ja4h/datasource.cc
52- ja4_common /utils.cc
52+ common /utils.cc
5353 )
5454 target_link_libraries (test_jax PRIVATE Catch2::Catch2WithMain OpenSSL::Crypto OpenSSL::SSL )
5555 target_include_directories (test_jax BEFORE PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2222 */
2323
2424#include " ja4.h"
25- #include < ja4_common /utils.h>
25+ #include < common /utils.h>
2626
2727#include < openssl/sha.h>
2828
Original file line number Diff line number Diff line change 2323
2424#include < plugin.h>
2525#include < context.h>
26- #include < ja4_common /utils.h>
26+ #include < common /utils.h>
2727#include " method.h"
2828#include " ja4h.h"
2929#include " datasource.h"
You can’t perform that action at this time.
0 commit comments