gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 06/07: test_digestauth2: removed copy-paste leftovers


From: gnunet
Subject: [libmicrohttpd] 06/07: test_digestauth2: removed copy-paste leftovers
Date: Sun, 04 Sep 2022 13:43:29 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0130c23c28a9df8b088117ab9023179bed074179
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Sep 4 12:33:56 2022 +0300

    test_digestauth2: removed copy-paste leftovers
---
 src/testcurl/test_digestauth2.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/testcurl/test_digestauth2.c b/src/testcurl/test_digestauth2.c
index dc6c4cb4..f92d6d14 100644
--- 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 */
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]