From 735628f3e3038274cd5e589550e123edad299d7d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 30 Aug 2009 17:37:27 +0200 Subject: [PATCH] removed position debug output --- src/libstrongswan/plugins/pgp/pgp_builder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libstrongswan/plugins/pgp/pgp_builder.c b/src/libstrongswan/plugins/pgp/pgp_builder.c index 37dd1518b..7fc7155fd 100644 --- a/src/libstrongswan/plugins/pgp/pgp_builder.c +++ b/src/libstrongswan/plugins/pgp/pgp_builder.c @@ -326,7 +326,6 @@ static private_key_t *parse_private_key(chunk_t blob) switch (alg) { case PGP_PUBKEY_ALG_RSA: - POS; return lib->creds->create(lib->creds, CRED_PRIVATE_KEY, KEY_RSA, BUILD_BLOB_PGP, packet, BUILD_END); case PGP_PUBKEY_ALG_RSA_ENC_ONLY: