diff options
Diffstat (limited to 'Source/charon/transforms/prfs/prf_hmac.c')
-rw-r--r-- | Source/charon/transforms/prfs/prf_hmac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/prfs/prf_hmac.c b/Source/charon/transforms/prfs/prf_hmac.c index 9668e1b41..fdcce4af2 100644 --- a/Source/charon/transforms/prfs/prf_hmac.c +++ b/Source/charon/transforms/prfs/prf_hmac.c @@ -26,9 +26,9 @@ #include <utils/allocator.h> #include <transforms/hmac.h> -typedef struct private_prf_hmac_s private_prf_hmac_t; +typedef struct private_prf_hmac_t private_prf_hmac_t; -struct private_prf_hmac_s { +struct private_prf_hmac_t { /** * public interface for this prf */ |