spank-olm

WIP Do not look
git clone git://archive.git.mtrnord.blog/MTRNord/spank-olm.git
Log | Files | Refs | README | LICENSE

commit cf1f3b23351415c136e90a1fc982687ebcc1a794
parent 3f5df5c96550fa2866018bee66e5b6a8dc8731bb
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 14 Apr 2025 17:03:39 +0200

Fix unused variables in the fuzzer target

Diffstat:
Mfuzz/olm_sign_fuzzer.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzz/olm_sign_fuzzer.cpp b/fuzz/olm_sign_fuzzer.cpp @@ -6,7 +6,7 @@ #include "botan/pubkey.h" // Just needed for compiling reasons -extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) { return 0; } +extern "C" int LLVMFuzzerInitialize() { return 0; } extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {