diff options
Diffstat (limited to 'src/libstrongswan/crypto/prf_plus.h')
-rw-r--r-- | src/libstrongswan/crypto/prf_plus.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstrongswan/crypto/prf_plus.h b/src/libstrongswan/crypto/prf_plus.h index 430162a9a..90f9ce2eb 100644 --- a/src/libstrongswan/crypto/prf_plus.h +++ b/src/libstrongswan/crypto/prf_plus.h @@ -24,12 +24,10 @@ #ifndef PRF_PLUS_H_ #define PRF_PLUS_H_ +typedef struct prf_plus_t prf_plus_t; #include <crypto/prfs/prf.h> - -typedef struct prf_plus_t prf_plus_t; - /** * @brief Implementation of the prf+ function described in IKEv2 RFC. * |