From 830dae2873be093abe745f42424a5713e270f957 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 23 Jul 2009 15:18:58 +0000 Subject: Print status of CRL checks in the audit log. --- common/util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 61b26f1de..3eed4eba8 100644 --- a/common/util.h +++ b/common/util.h @@ -25,6 +25,11 @@ #include /* We need errno. */ #include /* We need gpg_error_t. */ +/* Add error codes available only in newer versions of libgpg-error. */ +#ifndef GPG_ERR_NOT_ENABLED +#define GPG_ERR_NOT_ENABLED 179 +#endif + /* Hash function used with libksba. */ #define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write) -- cgit v1.2.3