aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf_hmac.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-24 11:30:19 +0000
committerMartin Willi <martin@strongswan.org>2005-11-24 11:30:19 +0000
commit5796aa164d79b2ffaf2839b281d490be6a72d1d8 (patch)
tree4031a623426b19bf03b2c61cd73a504e218fb1fb /Source/charon/transforms/prfs/prf_hmac.h
parent95c61cb956505cdb0a91c8c8cd134dda3aac744d (diff)
downloadstrongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.bz2
strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.xz
- typedefs changed
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