dupe defs

This commit is contained in:
Glenn Maynard
2004-02-19 04:00:36 +00:00
parent 3299263db9
commit 2bf9431f04
-7
View File
@@ -36,13 +36,6 @@ void CryptManager::DigestFile(const char *filename) { }
using namespace CryptoPP;
using namespace std;
static const CString SIGNATURE_POSPEND = ".sig.rsa";
static const CString PRIVATE_KEY_PATH = "Data/private.key.rsa";
static const CString PUBLIC_KEY_PATH = "Data/public.key.rsa";
static const int KEY_LENGTH = 1024;
CryptManager* CRYPTMAN = NULL; // global and accessable from anywhere in our program
CryptManager::CryptManager()
{
//