summaryrefslogtreecommitdiff
path: root/libinterp
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-01-26 23:19:54 +0000
committerforsyth <forsyth@vitanuova.com>2011-01-26 23:19:54 +0000
commit1bac27a017044233fed22aae84accfa9cf48d0c2 (patch)
treea7a21669d78ad844abfafb61e70cd5f8c3aff766 /libinterp
parent265f6ef7b26708082e46bc6f4fb9d9dee6410b88 (diff)
20110126-2319
Diffstat (limited to 'libinterp')
-rw-r--r--libinterp/crypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libinterp/crypt.c b/libinterp/crypt.c
index 998e6d91..ae6d8575 100644
--- a/libinterp/crypt.c
+++ b/libinterp/crypt.c
@@ -46,8 +46,6 @@ static uchar RSAskmap[] = Crypt_SK_RSA_map;
static uchar RSApkmap[] = Crypt_PK_RSA_map;
static uchar RSAsigmap[] = Crypt_PKsig_RSA_map;
-static char exBadSK[] = "bad secret key";
-static char exBadPK[] = "bad public key";
static char exBadBsize[] = "data not multiple of block size";
static char exBadKey[] = "bad encryption key";
static char exBadDigest[] = "bad digest value";