Skip to content

Commit c085717

Browse files
author
Damir Zainullin
committed
mend
1 parent d9d1bdc commit c085717

File tree

1 file changed

+2
-1
lines changed
  • process-plugin-api/process/tls/src

1 file changed

+2
-1
lines changed

process-plugin-api/process/tls/src/ja4.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ std::string_view getALPNLabel(std::span<std::string_view> alpns)
8484
}
8585

8686

87-
static std::string concatenate_vector_to_hex_string(const std::vector<uint16_t>& vector)
87+
constexpr static
88+
std::string concatenate_vector_to_hex_string(const std::vector<uint16_t>& vector)
8889
{
8990
if (vector.empty()) {
9091
return "";

0 commit comments

Comments
 (0)