From e13775dedb066cefed5ad59d7c5552531a1f514b Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 11 Aug 2023 14:36:33 +0100 Subject: [PATCH] fuzzer Makefile: Added -lbcrypt linkage Signed-off-by: Minos Galanakis --- programs/fuzz/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/programs/fuzz/Makefile b/programs/fuzz/Makefile index 8477aa8cb..b4fc76ae1 100644 --- a/programs/fuzz/Makefile +++ b/programs/fuzz/Makefile @@ -27,6 +27,10 @@ ifdef FUZZINGENGINE LOCAL_LDFLAGS += -lFuzzingEngine endif +ifdef WINDOWS_BUILD +LOCAL_LDFLAGS += -lbcrypt +endif + # A test application is built for each suites/test_suite_*.data file. # Application name is same as .data file's base name and can be # constructed by stripping path 'suites/' and extension .data.