From 24d7b25d21e393a9ed3fbed2def833f3bce8210a Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 16 Jun 2009 14:21:55 +0200 Subject: fixed compiler warning --- src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c') diff --git a/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c b/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c index 909c43c74..8024f58a7 100644 --- a/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c +++ b/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c @@ -398,6 +398,8 @@ static gcrypt_rsa_public_key_t *load(chunk_t blob) bool success = FALSE; gcry_error_t err; + n = e = chunk_empty; + parser = asn1_parser_create(pubkeyObjects, blob); while (parser->iterate(parser, &objectID, &object)) { -- cgit v1.2.3