aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-07-26 20:54:21 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-07-30 22:28:43 +0300
commit0ecad853eda97d3512b78e3c65dc501544761118 (patch)
treeb426d2d68b681a8fe6e4b90b32635260ef588f17 /src/microhttpd/internal.h
parent653376caa5d0b01456ec60a32485e11c80a8c60b (diff)
downloadlibmicrohttpd-0ecad853eda97d3512b78e3c65dc501544761118.tar.gz
libmicrohttpd-0ecad853eda97d3512b78e3c65dc501544761118.zip
Added new MHD_OPTION_DIGEST_AUTH_RANDOM_COPY option
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 6906e1bb..fa243a34 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -2149,6 +2149,11 @@ struct MHD_Daemon
2149 const char *digest_auth_random; 2149 const char *digest_auth_random;
2150 2150
2151 /** 2151 /**
2152 * The malloc'ed copy of the @a digest_auth_random.
2153 */
2154 void *digest_auth_random_copy;
2155
2156 /**
2152 * An array that contains the map nonce-nc. 2157 * An array that contains the map nonce-nc.
2153 */ 2158 */
2154 struct MHD_NonceNc *nnc; 2159 struct MHD_NonceNc *nnc;