From 7732d7ec9b43b1ee0afa73777edf8bf44a4c227a Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 11 Mar 2019 09:54:23 +0100 Subject: openpgp-ffi: Finish sq_ to pgp_ rename. --- openpgp-ffi/include/sequoia/openpgp/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ffi/include/sequoia/openpgp') diff --git a/openpgp-ffi/include/sequoia/openpgp/types.h b/openpgp-ffi/include/sequoia/openpgp/types.h index 8631155f..cf42c771 100644 --- a/openpgp-ffi/include/sequoia/openpgp/types.h +++ b/openpgp-ffi/include/sequoia/openpgp/types.h @@ -177,7 +177,7 @@ typedef enum pgp_public_key_algorithm { /* Dummy value to make sure the enumeration has a defined size. Do not use this value. */ PGP_PUBLIC_KEY_ALGO_FORCE_WIDTH = INT_MAX, -} sq_public_key_algo_t; +} pgp_public_key_algo_t; /*/ /// The OpenPGP packet tags as defined in [Section 4.3 of RFC 4880]. -- cgit v1.2.3