summaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.c b/src/global.c
index 8c1bc25e..90694d08 100644
--- a/src/global.c
+++ b/src/global.c
@@ -298,6 +298,7 @@ gcry_strerror( int ec )
X(NOT_IMPL, N_("not implemented"))
X(CONFLICT, N_("conflict"))
X(INV_CIPHER_MODE,N_("invalid cipher mode"))
+ X(INV_FLAG, N_("invalid flag"))
X(SEXP_INV_LEN_SPEC ,N_("invalid length specification"))
X(SEXP_STRING_TOO_LONG,N_("string too long"))