diff options
Diffstat (limited to 'src/libstrongswan/crypto/x509.h')
-rwxr-xr-x | src/libstrongswan/crypto/x509.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h index 346590ed4..f17d086bd 100755 --- a/src/libstrongswan/crypto/x509.h +++ b/src/libstrongswan/crypto/x509.h @@ -25,21 +25,13 @@ typedef struct x509_t x509_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 certificates. When using the - * #-modifier, an additional bool argument defines if dates - * are printed in UTC. - */ -#define X509_PRINTF_SPEC 'Q' - -/** * @brief X.509 certificate. * * @b Constructors: |