comparison libtomcrypt/testprof/ecc_test.c @ 1435:f849a5ca2efc

update to libtomcrypt 1.17 (with Dropbear changes)
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 17:50:50 +0800
parents 0cbe8f6dbf9e
children
comparison
equal deleted inserted replaced
1434:27b9ddb06b09 1435:f849a5ca2efc
1 #include <tomcrypt_test.h> 1 #include <tomcrypt_test.h>
2 2
3 #ifdef MECC 3 #ifdef LTC_MECC
4 4
5 static int sizes[] = { 5 static int sizes[] = {
6 #ifdef ECC112 6 #ifdef ECC112
7 14, 7 14,
8 #endif 8 #endif
245 return 0; 245 return 0;
246 } 246 }
247 247
248 #endif 248 #endif
249 249
250 /* $Source: /cvs/libtom/libtomcrypt/testprof/ecc_test.c,v $ */ 250 /* $Source$ */
251 /* $Revision: 1.21 $ */ 251 /* $Revision$ */
252 /* $Date: 2006/12/04 03:21:03 $ */ 252 /* $Date$ */