From 72bb51dc3ba1d368cad1d833a734d39a32ba3149 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 3 Apr 2020 11:15:05 +0200 Subject: openpgp: Rename KeyIter to KeyAmalgamationIter - Rename `KeyIter` to `KeyAmalgamationIter`, `ValidKeyIter` to `ValidKeyAmalgamationIter`. - Rename `cert/keyiter.rs` to `cert/amalgamation/iter.rs`. --- openpgp-ffi/include/sequoia/openpgp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ffi/include/sequoia/openpgp.h') 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. -- cgit v1.2.3