From 4d484ffcdd3efbbdf9ed71a1ad8510d1f11deab1 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Mon, 29 Aug 2005 16:21:43 +0000 Subject: [PATCH] Apparently, ssl.h doesn't include md5.h anymore --- panda/src/downloader/httpDigestAuthorization.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/downloader/httpDigestAuthorization.cxx b/panda/src/downloader/httpDigestAuthorization.cxx index 0b52e9957d..0059418298 100644 --- a/panda/src/downloader/httpDigestAuthorization.cxx +++ b/panda/src/downloader/httpDigestAuthorization.cxx @@ -21,6 +21,7 @@ #ifdef HAVE_SSL #include +#include #include const string HTTPDigestAuthorization::_mechanism = "digest";