LibURL: Remove LibCrypto as a dependency

This was previously a depdency due to the use of
Crypto::get_secure_random for the nonce used for an opaque origin.
Now that this has been moved to AK, we no longer have any dependency
on LibCrypto.
This commit is contained in:
Shannon Booth 2026-01-24 18:34:59 +01:00 committed by Shannon Booth
parent c8dc5ea27c
commit 1c3d503146

View file

@ -20,4 +20,4 @@ set(SOURCES
)
ladybird_lib(LibURL url)
target_link_libraries(LibURL PRIVATE LibUnicode LibTextCodec LibRegex LibCrypto)
target_link_libraries(LibURL PRIVATE LibUnicode LibTextCodec LibRegex)