We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4944fdb commit d7a7627Copy full SHA for d7a7627
2 files changed
plugins/experimental/jax_fingerprint/CMakeLists.txt
@@ -46,7 +46,7 @@ if(BUILD_TESTING)
46
ja4h/ja4h.cc
47
ja4h/datasource.cc
48
)
49
- target_link_libraries(test_jax PRIVATE Catch2::Catch2WithMain OpenSSL::SSL)
+ target_link_libraries(test_jax PRIVATE Catch2::Catch2WithMain OpenSSL::Crypto OpenSSL::SSL)
50
51
add_catch2_test(NAME test_jax COMMAND test_jax)
52
endif()
plugins/experimental/jax_fingerprint/config.h
@@ -23,6 +23,7 @@
23
#pragma once
24
25
#include "ts/ts.h"
26
+#include "plugin.h"
27
#include "method.h"
28
29
#include <string>
0 commit comments