diff options
Diffstat (limited to 'src/libstrongswan/plugins/pgp/pgp_builder.c')
-rw-r--r-- | src/libstrongswan/plugins/pgp/pgp_builder.c | 1 |
1 files changed, 0 insertions, 1 deletions
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: |