commit 0130c23c28a9df8b088117ab9023179bed074179
parent 87fe3bdd88ff78267a72c81f23d89e8877a0baa5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 4 Sep 2022 12:33:56 +0300
test_digestauth2: removed copy-paste leftovers
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/testcurl/test_digestauth2.c b/src/testcurl/test_digestauth2.c
@@ -254,16 +254,11 @@ _checkCURLE_OK_func (CURLcode code, const char *curlFunc,
/* The hex form of MD5("test_user:TestRealm:test pass") */
#define USERDIGEST1_MD5_BIN 0xd8, 0xb4, 0xa6, 0xd0, 0x01, 0x13, 0x07, 0xb7, \
0x67, 0x94, 0xea, 0x66, 0x86, 0x03, 0x6b, 0x43
-/* The hex form of SHA-256("test_user:TestRealm:test pass") */
/* The binary form of SHA-256("test_user:TestRealm:test pass") */
#define USERDIGEST1_SHA256_BIN 0xc3, 0x4e, 0x16, 0x5a, 0x17, 0x0f, 0xe5, \
0xac, 0x04, 0xf1, 0x6e, 0x46, 0x48, 0x2b, 0xa0, 0xc6, 0x56, 0xc1, 0xfb, \
0x8f, 0x66, 0xa6, 0xd6, 0x3f, 0x91, 0x12, 0xf8, 0x56, 0xa5, 0xec, 0x6d, \
0x6d
-/* "titkos szuperügynök" in UTF-8 */
-#define USERNAME2 "titkos szuper" "\xC3\xBC" "gyn" "\xC3\xB6" "k"
-/* percent-encoded username */
-#define USERNAME2_PCTENC "titkos%20szuper%C3%BCgyn%C3%B6k"
#define PASSWORD_VALUE "test pass"
#define OPAQUE_VALUE "opaque+content" /* Base64 character set */