summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp.h
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-12-04 13:07:24 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-12-04 13:21:47 +0100
commit43f4017c820c9b67c9e08f860182ab5c7126fc68 (patch)
tree0f6fc3ad9fceca65988212fea94f816928d8c74f /openpgp-ffi/include/sequoia/openpgp.h
parent98253e6dbeffdff0e74ed4258fbc7a3fe38232a0 (diff)
openpgp: Refine CertBuilder::add_encryption_subkey.
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp.h')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h
index b1de42e3..2672836b 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -1045,7 +1045,7 @@ void pgp_cert_builder_add_signing_subkey(pgp_cert_builder_t *certb);
/*/
/// Adds an encryption capable subkey.
/*/
-void pgp_cert_builder_add_encryption_subkey(pgp_cert_builder_t *certb);
+void pgp_cert_builder_add_transport_encryption_subkey(pgp_cert_builder_t *certb);
/*/
/// Adds an certification capable subkey.