From 0913234c221bbd0faee74633acd00ed7253f08f7 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 9 Oct 2022 16:04:04 +0300 Subject: [PATCH] digestauth.h: removed leftover in doxy --- src/microhttpd/digestauth.h | 1 - 1 file changed, 1 deletion(-) 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 @@ /** * The token for SHA-512/256 algorithm. - * Unsupported currently by MHD for authentication. */ #define _MHD_SHA512_256_TOKEN "SHA-512-256"