mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibCrypto: Fix some issues preventing compilation w/ clang 10
This commit is contained in:
parent
d497521d2b
commit
2a241a11bb
3 changed files with 2 additions and 3 deletions
|
@ -61,7 +61,6 @@ constexpr const char* DEFAULT_DIGEST_SUITE { "HMAC-SHA256" };
|
|||
constexpr const char* DEFAULT_HASH_SUITE { "SHA256" };
|
||||
constexpr const char* DEFAULT_CIPHER_SUITE { "AES_CBC" };
|
||||
constexpr const char* DEFAULT_SERVER { "www.google.com" };
|
||||
constexpr int DEFAULT_PORT { 443 };
|
||||
|
||||
// listAllTests
|
||||
// Cipher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue