Mercurial > dropbear
comparison libtomcrypt/testprof/ecc_test.c @ 1439:8d24733026c5 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jun 2017 23:33:16 +0800 |
parents | f849a5ca2efc |
children |
comparison
equal
deleted
inserted
replaced
1400:238a439670f5 | 1439:8d24733026c5 |
---|---|
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$ */ |