diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-12 09:44:26 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-12 09:44:26 +0000 |
commit | a1b2d82db0499ecec2dee67bbed9d5412246af20 (patch) | |
tree | 663e7f224267e6a72eb4d4b825d54276fbb9b0f6 /src/libstrongswan/printf_hook.h | |
parent | db97fd8298b95d266c4c9446a4924b7b12d35e09 (diff) | |
download | strongswan-a1b2d82db0499ecec2dee67bbed9d5412246af20.tar.bz2 strongswan-a1b2d82db0499ecec2dee67bbed9d5412246af20.tar.xz |
removed %Q, %Y, %W, %U printf handlers
Diffstat (limited to 'src/libstrongswan/printf_hook.h')
-rw-r--r-- | src/libstrongswan/printf_hook.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h index 5994d60f2..03bcf447d 100644 --- a/src/libstrongswan/printf_hook.h +++ b/src/libstrongswan/printf_hook.h @@ -46,14 +46,6 @@ #define PRINTF_TIME 'T' /** 2 arguments: time_t *begin, time_t *end */ #define PRINTF_TIME_DELTA 'V' -/** 1 argument: x509_t *cert; with #-modifier 2 arguments: x509_t *cert, bool utc */ -#define PRINTF_X509 'Q' -/** 1 argument: crl_t *crl; with #-modifier 2 arguments: crl_t *crl, bool utc */ -#define PRINTF_CRL 'U' -/** 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 'Y' /** * Generic arginfo handlers for printf() hooks |