Mercurial > dropbear
comparison libtomcrypt/testprof/dsa_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 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$ */ |