dsa: fix compiler warning

This commit is contained in:
Steffen Jaeckel 2013-03-22 13:42:06 +02:00
parent 2addbcf315
commit 9203472789

View File

@ -27,7 +27,6 @@
*/
int dsa_export(unsigned char *out, unsigned long *outlen, int type, dsa_key *key)
{
unsigned char flags[1];
unsigned long zero=0;
int err;