diff options
Diffstat (limited to 'common/audit.h')
-rw-r--r-- | common/audit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/audit.h b/common/audit.h index 85c2ffc25..491710706 100644 --- a/common/audit.h +++ b/common/audit.h @@ -139,6 +139,9 @@ typedef enum /* Tells whether the root certificate is trusted. This event is emmited durcing chain validation. */ + AUDIT_CRL_CHECK, /* err */ + /* Tells the status of a CRL or OCSP check. */ + AUDIT_GOT_RECIPIENTS, /* int */ /* Records the number of recipients to be used for encryption. This includes the recipients set by --encrypt-to but records 0 |