Browse Source

Apparently, ssl.h doesn't include md5.h anymore

Josh Yelon 20 years ago
parent
commit
4d484ffcdd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/downloader/httpDigestAuthorization.cxx

+ 1 - 0
panda/src/downloader/httpDigestAuthorization.cxx

@@ -21,6 +21,7 @@
 #ifdef HAVE_SSL
 
 #include <openssl/ssl.h>
+#include <openssl/md5.h>
 #include <time.h>
 
 const string HTTPDigestAuthorization::_mechanism = "digest";