]> 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>
Wed, 22 Mar 2023 10:37:06 +0000 (11:37 +0100)
fuzz/Makefile.am

index e2254c1e8e7295cd59551e8b5477e41e026ead27..6dfa6dbfa3a3861ac37cb0c535d12fb5daf31f4c 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 = \