summaryrefslogtreecommitdiff
path: root/ed2k.h
diff options
context:
space:
mode:
authorzyp <zyp@localhost>2006-05-08 15:23:20 +0200
committerzyp <zyp@localhost>2006-05-08 15:23:20 +0200
commitdf9c15d40a50ed17baa7bdbb11ef6cca9d410cf3 (patch)
tree4ceb64d5c29e6bf487f8a6e7dde655a2c0b5f26a /ed2k.h
parent3a5b32f44a95b989e39273527fc924ad3d32465e (diff)
[project @ zyp-20060508132320-2c118d1a7e2505db]
[project @ 24] Converted from make to distutils.
Diffstat (limited to 'ed2k.h')
-rw-r--r--ed2k.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/ed2k.h b/ed2k.h
deleted file mode 100644
index 1be7302..0000000
--- a/ed2k.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _ED2K_H_
-#define _ED2K_H_
-
-#include <openssl/md4.h>
-
-class Ed2k {
- private:
- MD4_CTX md4_partial;
- MD4_CTX md4_final;
- unsigned int size_total;
- public:
- Ed2k();
- void update(const char* data, int length);
- char* digest();
-};
-
-#endif // _ED2K_H_