aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf_hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/transforms/prfs/prf_hmac.h')
-rw-r--r--Source/charon/transforms/prfs/prf_hmac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/transforms/prfs/prf_hmac.h b/Source/charon/transforms/prfs/prf_hmac.h
index 22e993bee..427cdd4d7 100644
--- a/Source/charon/transforms/prfs/prf_hmac.h
+++ b/Source/charon/transforms/prfs/prf_hmac.h
@@ -29,13 +29,13 @@
#include <types.h>
#include <transforms/hashers/hasher.h>
+typedef struct prf_hmac_t prf_hmac_t;
+
/**
* Object representing a prf using HMAC
*
*/
-typedef struct prf_hmac_s prf_hmac_t;
-
-struct prf_hmac_s {
+struct prf_hmac_t {
/**
* generic prf_t interface for this prf