From 2969c0e1502703fdab9e9d3728689b3589ecac09 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Fri, 23 Feb 2024 09:37:51 +0100 Subject: [PATCH] Fix Historical Bytes Status Indicator value --- src/gpg_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpg_types.h b/src/gpg_types.h index d79c073..9d09fb9 100644 --- a/src/gpg_types.h +++ b/src/gpg_types.h @@ -294,7 +294,7 @@ typedef struct gpg_v_state_s gpg_v_state_t; /* --- Identifiers --- */ -#define STATE_ACTIVATE 0x07 +#define STATE_ACTIVATE 0x05 #define STATE_TERMINATE 0x03 #define IO_OFFSET_END (unsigned int) -1