aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool/files/patch-cipher.h
blob: 0a329367f9764cf21787f68797dc0a214c22025f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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);
 };