aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/pgpcert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/pgpcert.c')
-rw-r--r--src/pluto/pgpcert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/pgpcert.c b/src/pluto/pgpcert.c
index 3cbfeb717..e1561665a 100644
--- a/src/pluto/pgpcert.c
+++ b/src/pluto/pgpcert.c
@@ -283,7 +283,7 @@ static bool parse_pgp_pubkey_packet(chunk_t *packet, pgpcert_t *cert)
else
{
chunk_t fp;
-
+
/* V3 fingerprint is computed by public_key_t class */
if (!cert->public_key->get_fingerprint(cert->public_key, KEY_ID_PGPV3,
&fp))
@@ -307,7 +307,7 @@ bool parse_pgp(chunk_t blob, pgpcert_t *cert)
/* should not occur, nothing to parse */
return FALSE;
}
-
+
/* parse a PGP certificate file */
cert->certificate = blob;
time(&cert->installed);