1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:27:34 +00:00

Meta: Port recent changes to the GN build

9836a9ad0e
bc9cdd4394
28723d8be1
f4a5c136c3
This commit is contained in:
Timothy Flynn 2023-11-27 09:25:06 -05:00 committed by Andreas Kling
parent 707added91
commit 2891633877
3 changed files with 27 additions and 3 deletions

View file

@ -30,8 +30,6 @@ shared_library("LibCrypto") {
"Cipher/ChaCha20.cpp",
"Curves/Curve25519.cpp",
"Curves/Ed25519.cpp",
"Curves/SECP256r1.cpp",
"Curves/SECP384r1.cpp",
"Curves/X25519.cpp",
"Curves/X448.cpp",
"Hash/BLAKE2b.cpp",