summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/examples
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/examples')
-rw-r--r--openpgp-ffi/examples/armor.c2
1 files changed, 1 insertions, 1 deletions
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));