diff options
Diffstat (limited to 'src/libstrongswan/crypto/prfs/hmac_prf.h')
-rw-r--r-- | src/libstrongswan/crypto/prfs/hmac_prf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/prfs/hmac_prf.h b/src/libstrongswan/crypto/prfs/hmac_prf.h index ecd61960c..9b06ee3a2 100644 --- a/src/libstrongswan/crypto/prfs/hmac_prf.h +++ b/src/libstrongswan/crypto/prfs/hmac_prf.h @@ -26,7 +26,7 @@ typedef struct hmac_prf_t hmac_prf_t; -#include <types.h> +#include <library.h> #include <crypto/prfs/prf.h> #include <crypto/hashers/hasher.h> |