mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCrypto: Add support for BLAKE2b
This commit is contained in:
committed by
Ali Mohammad Pur
parent
da2c18d1f9
commit
1b3ad1c721
@@ -1,5 +1,6 @@
|
||||
set(FUZZER_TARGETS
|
||||
ASN1
|
||||
BLAKE2b
|
||||
BMPLoader
|
||||
Brotli
|
||||
CyrillicDecoder
|
||||
@@ -70,6 +71,7 @@ if (TARGET LibWeb)
|
||||
endif()
|
||||
|
||||
set(FUZZER_DEPENDENCIES_ASN1 LibCrypto LibTLS)
|
||||
set(FUZZER_DEPENDENCIES_BLAKE2b LibCrypto)
|
||||
set(FUZZER_DEPENDENCIES_BMPLoader LibGfx)
|
||||
set(FUZZER_DEPENDENCIES_Brotli LibCompress)
|
||||
set(FUZZER_DEPENDENCIES_CSSParser LibWeb)
|
||||
|
||||
Reference in New Issue
Block a user