summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp.h
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-04-03 11:15:05 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-04-03 11:34:02 +0200
commit72bb51dc3ba1d368cad1d833a734d39a32ba3149 (patch)
treef04f5746b41ce4a92058502d3e2868361f7e1150 /openpgp-ffi/include/sequoia/openpgp.h
parent8ebaf6e4ada1cea0b9e6f6dfee61c22cfdc9748c (diff)
openpgp: Rename KeyIter to KeyAmalgamationIter
- Rename `KeyIter` to `KeyAmalgamationIter`, `ValidKeyIter` to `ValidKeyAmalgamationIter`. - Rename `cert/keyiter.rs` to `cert/amalgamation/iter.rs`.
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 09b2f49e..624435a0 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -681,7 +681,7 @@ pgp_valid_user_id_amalgamation_t pgp_cert_valid_user_id_iter_next (pgp_cert_vali
/*/
void pgp_cert_valid_user_id_iter_free (pgp_cert_valid_user_id_iter_t iter);
-/* openpgp::cert::KeyIter. */
+/* openpgp::cert::KeyAmalgamationIter. */
/*/
/// Changes the iterator to only return keys that have secret keys.