From 6f141fe3930f4316f8d6ddd617161679dc1ab120 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 22 May 2018 15:40:08 +1000 Subject: [PATCH] [client] removed unused define in rsa.c --- client/spice/rsa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/spice/rsa.c b/client/spice/rsa.c index 85b80a1c..264fa29b 100644 --- a/client/spice/rsa.c +++ b/client/spice/rsa.c @@ -43,8 +43,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA #include #include - -#define KEY_SIZE (1024 / 8) #define SHA1_HASH_LEN 20 #endif