diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-27 04:38:22 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-27 04:38:22 +0000 |
commit | 0953f2a65fa4cda05309c16bfdb3c34cac6df838 (patch) | |
tree | 44377c16d52cd5da88a088ae6709a669d163ff35 /src | |
parent | ef49c3486a19368f444d55ed48dabb26751d8be9 (diff) | |
download | strongswan-0953f2a65fa4cda05309c16bfdb3c34cac6df838.tar.bz2 strongswan-0953f2a65fa4cda05309c16bfdb3c34cac6df838.tar.xz |
registered PRINT_CERTINFO function with symbol Y
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/printf_hook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h index eea42e147..45184a8f0 100644 --- a/src/libstrongswan/printf_hook.h +++ b/src/libstrongswan/printf_hook.h @@ -61,7 +61,7 @@ /** 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' +#define PRINTF_CERTINFO 'Y' /** * Generic arginfo handlers for printf() hooks |