clean up key file names

This commit is contained in:
Chris Danford
2004-05-16 22:16:42 +00:00
parent a20cc8b1f4
commit 633133f19f
+2 -2
View File
@@ -15,8 +15,8 @@
using namespace CryptoPP;
using namespace std;
static const CString PRIVATE_KEY_PATH = "Data/private.key.rsa";
static const CString PUBLIC_KEY_PATH = "Data/public.key.rsa";
static const CString PRIVATE_KEY_PATH = "Data/private.rsa";
static const CString PUBLIC_KEY_PATH = "Data/public.rsa";
static const int KEY_LENGTH = 1024;
CryptManager* CRYPTMAN = NULL; // global and accessable from anywhere in our program