diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-10-09 16:04:04 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-10-10 11:54:33 +0300 |
commit | 0913234c221bbd0faee74633acd00ed7253f08f7 (patch) | |
tree | ae3ede68b96dbe6b7ebcf2d2d138da9ce36f1977 | |
parent | b6979795cd0d5cf4e18d754fbdfd4138517c68f9 (diff) | |
download | libmicrohttpd-0913234c221bbd0faee74633acd00ed7253f08f7.tar.gz libmicrohttpd-0913234c221bbd0faee74633acd00ed7253f08f7.zip |
digestauth.h: removed leftover in doxy
-rw-r--r-- | src/microhttpd/digestauth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.h b/src/microhttpd/digestauth.h index e8844f27..4ba26709 100644 --- a/src/microhttpd/digestauth.h +++ b/src/microhttpd/digestauth.h | |||
@@ -61,7 +61,6 @@ | |||
61 | 61 | ||
62 | /** | 62 | /** |
63 | * The token for SHA-512/256 algorithm. | 63 | * The token for SHA-512/256 algorithm. |
64 | * Unsupported currently by MHD for authentication. | ||
65 | */ | 64 | */ |
66 | #define _MHD_SHA512_256_TOKEN "SHA-512-256" | 65 | #define _MHD_SHA512_256_TOKEN "SHA-512-256" |
67 | 66 | ||