From 62957ff4e73a27226c39586e3aa7a36aaea154b1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 12 Jan 1999 10:20:24 +0000 Subject: See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch --- include/errors.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/errors.h b/include/errors.h index 4cc235e6a..af78b9d3e 100644 --- a/include/errors.h +++ b/include/errors.h @@ -62,8 +62,11 @@ #define G10ERR_TIME_CONFLICT 40 #define G10ERR_WR_PUBKEY_ALGO 41 /* unusabe pubkey algo */ #define G10ERR_FILE_EXISTS 42 -#define G10ERR_WEAK_KEY 43 /* NOTE: hardcoded intothe cipher modules */ -#define G10ERR_WRONG_KEYLEN 44 /* NOTE: hardcoded intothe cipher modules */ +#define G10ERR_WEAK_KEY 43 /* NOTE: hardcoded into the cipher modules */ +#define G10ERR_WRONG_KEYLEN 44 /* NOTE: hardcoded into the cipher modules */ +#define G10ERR_INV_ARG 45 +#define G10ERR_BAD_URI 46 /* syntax error in URI */ +#define G10ERR_INVALID_URI 47 /* e.g. unsupported scheme */ #ifndef HAVE_STRERROR -- cgit v1.2.3