nginx-ssl-ja3 icon indicating copy to clipboard operation
nginx-ssl-ja3 copied to clipboard

add `-Wno-unused-function` cc option

Open rc5hack opened this issue 2 years ago • 1 comments

fix nginx build failed (#51): error: 'ngx_sort_ext' defined but not used

rc5hack avatar Oct 26 '23 12:10 rc5hack

The correct fix will be to wrap the function ngx_sort_ext with

#ifdef JA3_SORT_EXT

fooinha avatar Oct 26 '23 12:10 fooinha