comparison libtomcrypt/demos/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
29 printf("\nkatja_test...."); fflush(stdout); x = katja_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 29 printf("\nkatja_test...."); fflush(stdout); x = katja_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
30 printf("\n"); 30 printf("\n");
31 return EXIT_SUCCESS; 31 return EXIT_SUCCESS;
32 } 32 }
33 33
34 /* $Source: /cvs/libtom/libtomcrypt/demos/test.c,v $ */ 34 /* $Source$ */
35 /* $Revision: 1.28 $ */ 35 /* $Revision$ */
36 /* $Date: 2006/05/25 10:50:08 $ */ 36 /* $Date$ */