comparison libtomcrypt/testprof/der_tests.c @ 1437:871b18fd7065 fuzz

merge from main (libtommath/libtomcrypt/curve25510-donna updates)
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 22:51:45 +0800
parents f849a5ca2efc
children
comparison
equal deleted inserted replaced
1432:41dca1e5ea34 1437:871b18fd7065
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$ */