summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-08-04 01:24:09 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-08-23 19:15:13 +0200
commit102dea398e920e91b34e5602033c2e7e53c50bb1 (patch)
treef0238a659236ade71f72c1799876331c49e266a3 /openpgp-ffi/include
parent75fb008711f0f80028230018ab37b988175211b4 (diff)
openpgp: Use a KeyBinding to store the primary key binding in a TPK
Diffstat (limited to 'openpgp-ffi/include')
-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 1a7dc98d..6c8584c0 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -750,7 +750,7 @@ pgp_tsk_t pgp_tpk_as_tsk (pgp_tpk_t tpk);
/// The tpk still owns the key. The caller should neither modify nor
/// free the key.
/*/
-pgp_key_t pgp_tpk_primary (pgp_tpk_t tpk);
+pgp_key_t pgp_tpk_primary_key (pgp_tpk_t tpk);
/*/
/// Returns the TPK's current revocation status.