From b673efed4a10dc31567b1c29b140b7910daeaf95 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 7 Jul 2010 19:33:33 +0200 Subject: Public and private keys are being generated in a new workqueue. Some other fixes and optimizations. --- libtomcrypt/headers/tomcrypt_math.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libtomcrypt/headers/tomcrypt_math.h') diff --git a/libtomcrypt/headers/tomcrypt_math.h b/libtomcrypt/headers/tomcrypt_math.h index 3ee9523..6c0e6c5 100644 --- a/libtomcrypt/headers/tomcrypt_math.h +++ b/libtomcrypt/headers/tomcrypt_math.h @@ -7,14 +7,6 @@ #define LTC_MP_NO 0 #define LTC_MP_YES 1 -#ifndef LTC_MECC - typedef void ecc_point; -#endif - -#ifndef LTC_MRSA - typedef void rsa_key; -#endif - #include typedef mp_int* mp_int_t; -- cgit