mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Tests: Remove unused variables for clang build
Problem: - Clang will not build `Tests/LibTLS` due to unused variables. Solution: - Remove the unused variables.
This commit is contained in:
parent
da10ad3f0d
commit
8e949c5c91
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
static const char* ca_certs_file = "./ca_certs.ini";
|
||||
static int port = 443;
|
||||
|
||||
constexpr const char* DEFAULT_DIGEST_SUITE { "HMAC-SHA256" };
|
||||
constexpr const char* DEFAULT_CHECKSUM_SUITE { "CRC32" };
|
||||
constexpr const char* DEFAULT_HASH_SUITE { "SHA256" };
|
||||
constexpr const char* DEFAULT_CIPHER_SUITE { "AES_CBC" };
|
||||
constexpr const char* DEFAULT_SERVER { "www.google.com" };
|
||||
|
||||
static ByteBuffer operator""_b(const char* string, size_t length)
|
||||
|
|
Loading…
Reference in a new issue