Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / lib / digester.h
index 92eb5faa3bc6684267b91711339f6e2f3be53b87..bec1f6416c02e42096c15691ae8eb595731362ee 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-#include <openssl/md5.h>
+#include <nettle/md5.h>
 #include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <string>
@@ -41,6 +41,6 @@ public:
        std::string get () const;
 
 private:
-       mutable MD5_CTX _context;
+       mutable md5_ctx _context;
        mutable boost::optional<std::string> _digest;
 };