Skip to content

Commit d7a7627

Browse files
committed
Address copilot comments
1 parent 4944fdb commit d7a7627

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/experimental/jax_fingerprint/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(BUILD_TESTING)
4646
ja4h/ja4h.cc
4747
ja4h/datasource.cc
4848
)
49-
target_link_libraries(test_jax PRIVATE Catch2::Catch2WithMain OpenSSL::SSL)
49+
target_link_libraries(test_jax PRIVATE Catch2::Catch2WithMain OpenSSL::Crypto OpenSSL::SSL)
5050

5151
add_catch2_test(NAME test_jax COMMAND test_jax)
5252
endif()

plugins/experimental/jax_fingerprint/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#pragma once
2424

2525
#include "ts/ts.h"
26+
#include "plugin.h"
2627
#include "method.h"
2728

2829
#include <string>

0 commit comments

Comments
 (0)