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:
parent
c8dc5ea27c
commit
1c3d503146
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue