aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_digestauth_with_arguments.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_digestauth_with_arguments.c')
-rw-r--r--src/testcurl/test_digestauth_with_arguments.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcurl/test_digestauth_with_arguments.c b/src/testcurl/test_digestauth_with_arguments.c
index c6154ffb..2132ca93 100644
--- a/src/testcurl/test_digestauth_with_arguments.c
+++ b/src/testcurl/test_digestauth_with_arguments.c
@@ -1,6 +1,7 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2010, 2012 Christian Grothoff 3 Copyright (C) 2010, 2012 Christian Grothoff
4 Copyright (C) 2016-2021 Evgeny Grin (Karlson2k)
4 5
5 libmicrohttpd is free software; you can redistribute it and/or modify 6 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 7 it under the terms of the GNU General Public License as published
@@ -22,6 +23,7 @@
22 * @file daemontest_digestauth_with_arguments.c 23 * @file daemontest_digestauth_with_arguments.c
23 * @brief Testcase for libmicrohttpd Digest Auth with arguments 24 * @brief Testcase for libmicrohttpd Digest Auth with arguments
24 * @author Amr Ali 25 * @author Amr Ali
26 * @author Karlson2k (Evgeny Grin)
25 */ 27 */
26#include "MHD_config.h" 28#include "MHD_config.h"
27#include "platform.h" 29#include "platform.h"