We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / crypto / qxthash_p.h
diff --git a/src/contrib/libqxt-2007-10-24/src/crypto/qxthash_p.h b/src/contrib/libqxt-2007-10-24/src/crypto/qxthash_p.h
new file mode 100644 (file)
index 0000000..6c4a6f4
--- /dev/null
@@ -0,0 +1,12 @@
+#include "md5.h"
+#include "md4.h"
+class QxtHashPrivate : public QxtPrivate<QxtHash>
+{
+public:
+
+    QxtHash::Algorithm algo;
+
+    MD5Context md5ctx;
+    md4_context md4ctx;
+};
+