summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp/crypto.h')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp/crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp/crypto.h b/openpgp-ffi/include/sequoia/openpgp/crypto.h
index d0330da4..ae47c923 100644
--- a/openpgp-ffi/include/sequoia/openpgp/crypto.h
+++ b/openpgp-ffi/include/sequoia/openpgp/crypto.h
@@ -99,8 +99,7 @@ void pgp_key_pair_free (pgp_key_pair_t kp);
/*/
/// Creates a signer from a key pair.
///
-/// Note that the returned object merely references the key pair, and
-/// must not outlive the key pair.
+/// Consumes the key pair.
/*/
pgp_signer_t pgp_key_pair_as_signer (pgp_key_pair_t kp);