summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreFilenameClear.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreFilenameClear.h')
-rw-r--r--lib/backupstore/BackupStoreFilenameClear.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/backupstore/BackupStoreFilenameClear.h b/lib/backupstore/BackupStoreFilenameClear.h
index 595d1158..93217177 100644
--- a/lib/backupstore/BackupStoreFilenameClear.h
+++ b/lib/backupstore/BackupStoreFilenameClear.h
@@ -11,8 +11,7 @@
#define BACKUPSTOREFILENAMECLEAR__H
#include "BackupStoreFilename.h"
-
-class CipherContext;
+#include "CipherContext.h"
// --------------------------------------------------------------------------
//
@@ -54,6 +53,9 @@ protected:
private:
mutable BackupStoreFilename_base mClearFilename;
+ static CipherContext sBlowfishEncrypt;
+ static CipherContext sBlowfishDecrypt;
+ static int sEncodeMethod;
};
#endif // BACKUPSTOREFILENAMECLEAR__H