removed obsolete pgp private key parsing, done by libstrongswan

This commit is contained in:
Martin Willi
2009-08-26 11:23:49 +02:00
parent dc816eacdf
commit c486fa8158
3 changed files with 30 additions and 92 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ bool load_cert(char *filename, const char *label, cert_t *cert)
{
pgpcert_t *pgpcert = malloc_thing(pgpcert_t);
*pgpcert = pgpcert_empty;
if (parse_pgp(blob, pgpcert, NULL))
if (parse_pgp(blob, pgpcert))
{
cert->type = CERT_PGP;
cert->u.pgp = pgpcert;