From 59faa3eacf0a6e0379d9ff6a2f3176658f97d1e2 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 5 Feb 2019 12:56:43 +0100 Subject: openpgp-ffi: Fix pgp_armor_header_t. - Turn it into a pointer type aligning it with the other type definitions. --- openpgp-ffi/examples/armor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ffi/examples') diff --git a/openpgp-ffi/examples/armor.c b/openpgp-ffi/examples/armor.c index 00873761..42395811 100644 --- a/openpgp-ffi/examples/armor.c +++ b/openpgp-ffi/examples/armor.c @@ -24,7 +24,7 @@ main (int argc, char **argv) pgp_reader_t armor; pgp_armor_kind_t kind; char message[12]; - pgp_armor_header_t *header; + pgp_armor_header_t header; size_t header_len; bytes = pgp_reader_from_bytes ((uint8_t *) armored, strlen (armored)); -- cgit v1.2.3