X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Fsrc%2Fcrypto%2Fqxthash_p.h;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Fsrc%2Fcrypto%2Fqxthash_p.h;h=0000000000000000000000000000000000000000;hp=6c4a6f47ce197decbe2f438c1b704a6ec82a9d10;hb=140d8a132103d2fa9baf55036e09b165624de167;hpb=97d674034551438238c568e8b42efb08e1ba7354 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 deleted file mode 100644 index 6c4a6f47..00000000 --- a/src/contrib/libqxt-2007-10-24/src/crypto/qxthash_p.h +++ /dev/null @@ -1,12 +0,0 @@ -#include "md5.h" -#include "md4.h" -class QxtHashPrivate : public QxtPrivate -{ -public: - - QxtHash::Algorithm algo; - - MD5Context md5ctx; - md4_context md4ctx; -}; -