summaryrefslogtreecommitdiff
path: root/validat2.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-14 00:55:43 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-14 00:55:43 +0000
commit52c8201e056c136b6d178414e93754eb8e5f1d2c (patch)
tree90de0c8b722c85b2e2bb0c4e2d4df953f0cef6ed /validat2.cpp
parentd1fbb8a047100fb8e424f69b2e7e4eb6ac289c53 (diff)
downloadcryptopp-52c8201e056c136b6d178414e93754eb8e5f1d2c.tar.gz
fix gcc compile errors and warnings
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@388 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'validat2.cpp')
-rw-r--r--validat2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/validat2.cpp b/validat2.cpp
index ad00493..aba5d6c 100644
--- a/validat2.cpp
+++ b/validat2.cpp
@@ -261,7 +261,7 @@ bool ValidateRSA()
bool pass = true, fail;
{
- char *plain = "Everyone gets Friday off.";
+ const char *plain = "Everyone gets Friday off.";
byte *signature = (byte *)
"\x05\xfa\x6a\x81\x2f\xc7\xdf\x8b\xf4\xf2\x54\x25\x09\xe0\x3e\x84"
"\x6e\x11\xb9\xc6\x20\xbe\x20\x09\xef\xb4\x40\xef\xbc\xc6\x69\x21"