aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/signers/hmac_signer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/signers/hmac_signer.h')
-rw-r--r--src/libstrongswan/crypto/signers/hmac_signer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/signers/hmac_signer.h b/src/libstrongswan/crypto/signers/hmac_signer.h
index 057d61fab..5b9549086 100644
--- a/src/libstrongswan/crypto/signers/hmac_signer.h
+++ b/src/libstrongswan/crypto/signers/hmac_signer.h
@@ -24,11 +24,11 @@
#ifndef HMAC_SIGNER_H_
#define HMAC_SIGNER_H_
+typedef struct hmac_signer_t hmac_signer_t;
+
#include <crypto/signers/signer.h>
#include <crypto/hashers/hasher.h>
-typedef struct hmac_signer_t hmac_signer_t;
-
/**
* @brief Implementation of signer_t interface using the
* HMAC algorithm in combination with either MD5 or SHA1.