diff options
Diffstat (limited to 'src/libstrongswan/crypto/crl.h')
-rwxr-xr-x | src/libstrongswan/crypto/crl.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/libstrongswan/crypto/crl.h b/src/libstrongswan/crypto/crl.h index ff4ccd860..216cafad0 100755 --- a/src/libstrongswan/crypto/crl.h +++ b/src/libstrongswan/crypto/crl.h @@ -25,21 +25,13 @@ typedef struct crl_t crl_t; -#include <types.h> -#include <definitions.h> +#include <library.h> #include <crypto/rsa/rsa_public_key.h> #include <crypto/certinfo.h> #include <utils/identification.h> #include <utils/iterator.h> /** - * printf specifier for printing crls. When using the - * #-modifier, an additional bool argument defines if dates - * are printed in UTC. - */ -#define CRL_PRINTF_SPEC 'U' - -/** * @brief X.509 certificate revocation list * * @b Constructors: |