removed unused variable

This commit is contained in:
Martin Willi
2008-06-03 12:14:02 +00:00
parent 0ebc87f73e
commit 9fa66e8bbf
+1 -2
View File
@@ -333,8 +333,6 @@ bool pem_to_bin(chunk_t *blob, chunk_t *passphrase, bool *pgp)
bool pem_asn1_load_file(char *filename, chunk_t *passphrase,
chunk_t *blob, bool *pgp)
{
err_t ugh = NULL;
FILE *fd = fopen(filename, "r");
if (fd)
@@ -385,3 +383,4 @@ bool pem_asn1_load_file(char *filename, chunk_t *passphrase,
}
return FALSE;
}