fixed some compiler warnings

This commit is contained in:
Martin Willi
2006-09-21 09:17:13 +00:00
parent 73760ca5ff
commit 2fcc4168f8
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ err_t pem_to_bin(chunk_t *blob, chunk_t *passphrase, bool *pgp)
} state_t;
encryption_algorithm_t alg = ENCR_UNDEFINED;
size_t key_size;
size_t key_size = 0;
bool encrypted = FALSE;