summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_digest.h')
-rw-r--r--net/http/http_auth_handler_digest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_auth_handler_digest.h b/net/http/http_auth_handler_digest.h
index 26d67f8..b4c8687 100644
--- a/net/http/http_auth_handler_digest.h
+++ b/net/http/http_auth_handler_digest.h
@@ -53,6 +53,8 @@ class HttpAuthHandlerDigest : public HttpAuthHandler {
QOP_AUTH_INT = 1 << 1,
};
+ ~HttpAuthHandlerDigest() {}
+
// Parse the challenge, saving the results into this instance.
// Returns true on success.
bool ParseChallenge(std::string::const_iterator challenge_begin,