From 1bac27a017044233fed22aae84accfa9cf48d0c2 Mon Sep 17 00:00:00 2001 From: forsyth Date: Wed, 26 Jan 2011 23:19:54 +0000 Subject: 20110126-2319 --- libinterp/crypt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libinterp') 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"; -- cgit v1.2.3