aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pgp/pgp_builder.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-08-28 17:23:58 +0200
committerMartin Willi <martin@strongswan.org>2009-08-28 17:23:58 +0200
commit4593ef51fddee237dca08faafdd004ada18ef841 (patch)
treec8d3523386313198a098aeb74b698640a04a9236 /src/libstrongswan/plugins/pgp/pgp_builder.h
parentcaf1af1d9ff37c9684dc72d453769d9d51deb879 (diff)
downloadstrongswan-4593ef51fddee237dca08faafdd004ada18ef841.tar.bz2
strongswan-4593ef51fddee237dca08faafdd004ada18ef841.tar.xz
implemented PGP Secret-Key Packet parsing
Diffstat (limited to 'src/libstrongswan/plugins/pgp/pgp_builder.h')
-rw-r--r--src/libstrongswan/plugins/pgp/pgp_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/pgp/pgp_builder.h b/src/libstrongswan/plugins/pgp/pgp_builder.h
index 739456e03..4968d7caa 100644
--- a/src/libstrongswan/plugins/pgp/pgp_builder.h
+++ b/src/libstrongswan/plugins/pgp/pgp_builder.h
@@ -32,9 +32,9 @@
builder_t *pgp_public_key_builder(key_type_t type);
/**
- * Create the builder for a RSA private key using PGP decoding.
+ * Create the builder for a generic or RSA private key using PGP decoding.
*
- * @param type type of the key, KEY_RSA
+ * @param type type of the key, either KEY_ANY or KEY_RSA
* @return builder instance
*/
builder_t *pgp_private_key_builder(key_type_t type);