aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool/files/patch-cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbtool/files/patch-cipher.h')
-rw-r--r--databases/dbtool/files/patch-cipher.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/dbtool/files/patch-cipher.h b/databases/dbtool/files/patch-cipher.h
deleted file mode 100644
index 0a329367f976..000000000000
--- a/databases/dbtool/files/patch-cipher.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- cipher.h.orig Thu Dec 21 14:26:06 2006
-+++ cipher.h Thu Dec 21 14:26:26 2006
-@@ -62,12 +62,12 @@
- MD5Digest dig;
- unsigned char key[32];
- string blah;
-- const char* cipher::error(int num);
-+ const char* error(int num);
-
- public:
- cipher() {};
- ~cipher() {};
-- void cipher::init(const string & phrase);
-+ void init(const string & phrase);
- string encrypt(const string& source);
- string decrypt(const string& source);
- };