aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/crl.h')
-rwxr-xr-xsrc/libstrongswan/crypto/crl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/crl.h b/src/libstrongswan/crypto/crl.h
index 8848e4e47..ff4ccd860 100755
--- a/src/libstrongswan/crypto/crl.h
+++ b/src/libstrongswan/crypto/crl.h
@@ -23,6 +23,8 @@
#ifndef CRL_H_
#define CRL_H_
+typedef struct crl_t crl_t;
+
#include <types.h>
#include <definitions.h>
#include <crypto/rsa/rsa_public_key.h>
@@ -37,8 +39,6 @@
*/
#define CRL_PRINTF_SPEC 'U'
-typedef struct crl_t crl_t;
-
/**
* @brief X.509 certificate revocation list
*