aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/prfs/hmac_prf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/prfs/hmac_prf.h')
-rw-r--r--src/libstrongswan/crypto/prfs/hmac_prf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/prfs/hmac_prf.h b/src/libstrongswan/crypto/prfs/hmac_prf.h
index 17b28acbf..ecd61960c 100644
--- a/src/libstrongswan/crypto/prfs/hmac_prf.h
+++ b/src/libstrongswan/crypto/prfs/hmac_prf.h
@@ -24,12 +24,12 @@
#ifndef PRF_HMAC_H_
#define PRF_HMAC_H_
+typedef struct hmac_prf_t hmac_prf_t;
+
#include <types.h>
#include <crypto/prfs/prf.h>
#include <crypto/hashers/hasher.h>
-typedef struct hmac_prf_t hmac_prf_t;
-
/**
* @brief Implementation of prf_t interface using the
* HMAC algorithm.