summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/headers/tomcrypt_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/headers/tomcrypt_math.h')
-rw-r--r--libtomcrypt/headers/tomcrypt_math.h8
1 files changed, 0 insertions, 8 deletions
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 <tommath.h>
typedef mp_int* mp_int_t;