diff options
Diffstat (limited to 'src/examples/digest_auth_example.c')
-rw-r--r-- | src/examples/digest_auth_example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/digest_auth_example.c b/src/examples/digest_auth_example.c index 4f576bf0..db8a1f28 100644 --- a/src/examples/digest_auth_example.c +++ b/src/examples/digest_auth_example.c | |||
@@ -84,8 +84,8 @@ ahc_echo (void *cls, | |||
84 | res_e = MHD_digest_auth_check3 (connection, realm, | 84 | res_e = MHD_digest_auth_check3 (connection, realm, |
85 | username, | 85 | username, |
86 | password, | 86 | password, |
87 | 300, | 87 | 300, 60, MHD_DIGEST_AUTH_MULT_QOP_AUTH, |
88 | MHD_DIGEST_ALG_MD5); | 88 | MHD_DIGEST_AUTH_MULT_ALGO3_MD5); |
89 | MHD_free (username); | 89 | MHD_free (username); |
90 | if (res_e != MHD_DAUTH_OK) | 90 | if (res_e != MHD_DAUTH_OK) |
91 | { | 91 | { |