diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-06 14:27:34 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-06 14:27:34 +0000 |
commit | fd8819e06fe081666ec75a20b15127f6536e92d4 (patch) | |
tree | ae6c7bc2e7ee5ad9d253d8f44a32e77e22ecea77 /src/libstrongswan/printf_hook.h | |
parent | aa3af83a80c45f77584f776dc0832bc04c2631da (diff) | |
download | strongswan-fd8819e06fe081666ec75a20b15127f6536e92d4.tar.bz2 strongswan-fd8819e06fe081666ec75a20b15127f6536e92d4.tar.xz |
added print hook for certinfo_t printing
Diffstat (limited to 'src/libstrongswan/printf_hook.h')
-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 |