aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/transactions/ike_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/sa/transactions/ike_auth.h')
-rw-r--r--src/charon/sa/transactions/ike_auth.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/charon/sa/transactions/ike_auth.h b/src/charon/sa/transactions/ike_auth.h
index 4c6fd822c..490359eda 100644
--- a/src/charon/sa/transactions/ike_auth.h
+++ b/src/charon/sa/transactions/ike_auth.h
@@ -24,12 +24,11 @@
#ifndef IKE_AUTH_H_
#define IKE_AUTH_H_
+typedef struct ike_auth_t ike_auth_t;
+
#include <sa/ike_sa.h>
#include <sa/transactions/transaction.h>
-
-typedef struct ike_auth_t ike_auth_t;
-
/**
* @brief A transaction for the second message exchange to authenticate an IKE_SA.
*