diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/printf_hook.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h index ec442944d..eea42e147 100644 --- a/src/libstrongswan/printf_hook.h +++ b/src/libstrongswan/printf_hook.h @@ -60,6 +60,8 @@ #define PRINTF_TIME_DELTA 'V' /** 1 argument: ca_info_t *ca_info; with #-modifier 2 arguments: ca_info_t *ca_info, bool utc */ #define PRINTF_CAINFO 'W' +/** 1 argument: certinfo_t *certinfo; with #-modifier 2 arguments: certinfo_t *certinfo, bool utc */ +#define PRINTF_CERTINFO 'X' /** * Generic arginfo handlers for printf() hooks |