summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-07 12:34:55 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-07 16:09:13 +0100
commit188a545d2ab09302baaae6a7e28bc07dc404464d (patch)
tree55f84090cb7012595962c5ba631a6b99b5d0f4a9 /openpgp-ffi/include
parent07299eff8d7c1a23940e7ab2bb76df24a8e27164 (diff)
openpgp: Rename Cert::set_expiry to set_expiration_time.
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 ade7bf1b..7f2d0b28 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -928,7 +928,7 @@ pgp_status_t pgp_cert_alive(pgp_error_t *errp, pgp_cert_t cert,
///
/// This function consumes `cert` and returns a new `Cert`.
/*/
-pgp_cert_t pgp_cert_set_expiry(pgp_error_t *errp,
+pgp_cert_t pgp_cert_set_expiration_time(pgp_error_t *errp,
pgp_cert_t cert,
pgp_policy_t policy,
pgp_signer_t signer,