comparison libtomcrypt/testprof/dsa_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 MDSA 3 #ifdef LTC_MDSA
4 4
5 int dsa_test(void) 5 int dsa_test(void)
6 { 6 {
7 unsigned char msg[16], out[1024], out2[1024]; 7 unsigned char msg[16], out[1024], out2[1024];
8 unsigned long x, y; 8 unsigned long x, y;
75 return 0; 75 return 0;
76 } 76 }
77 77
78 #endif 78 #endif
79 79
80 /* $Source: /cvs/libtom/libtomcrypt/testprof/dsa_test.c,v $ */ 80 /* $Source$ */
81 /* $Revision: 1.9 $ */ 81 /* $Revision$ */
82 /* $Date: 2005/10/30 18:49:14 $ */ 82 /* $Date$ */