comparison libtomcrypt/testprof/der_tests.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 #if defined(GMP_DESC) || defined(USE_GMP) 2 #if defined(GMP_LTC_DESC) || defined(USE_GMP)
3 #include <gmp.h> 3 #include <gmp.h>
4 #endif 4 #endif
5 5
6 #ifndef LTC_DER 6 #ifndef LTC_DER
7 7
846 return der_choice_test(); 846 return der_choice_test();
847 } 847 }
848 848
849 #endif 849 #endif
850 850
851 /* $Source: /cvs/libtom/libtomcrypt/testprof/der_tests.c,v $ */ 851 /* $Source$ */
852 /* $Revision: 1.49 $ */ 852 /* $Revision$ */
853 /* $Date: 2006/11/26 02:10:21 $ */ 853 /* $Date$ */