]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
wip: fuzz: Fix build after changing default plugins
authorTobias Brunner <tobias@strongswan.org>
Sat, 5 Nov 2022 14:24:49 +0000 (15:24 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2024 07:46:55 +0000 (09:46 +0200)
fuzz/Makefile.am

index c2d5343804dcd63a6b35070c2f723cc3731d838d..60510474a41984edc94aa882ad64205edd839006 100644 (file)
@@ -11,7 +11,7 @@ AM_CPPFLAGS = @CPPFLAGS@ \
 
 fuzz_ldflags = ${libfuzzer} \
        $(top_builddir)/src/libstrongswan/.libs/libstrongswan.a \
-       -Wl,-Bstatic -lgmp -Wl,-Bdynamic \
+       -Wl,-Bstatic -lcrypto -Wl,-Bdynamic \
        @FUZZING_LDFLAGS@
 
 pa_tnc_ldflags = \