diff options
Diffstat (limited to 'src/libstrongswan/crypto/prfs')
-rw-r--r-- | src/libstrongswan/crypto/prfs/hmac_prf.h | 2 | ||||
-rw-r--r-- | src/libstrongswan/crypto/prfs/prf.h | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/src/libstrongswan/crypto/prfs/prf.h b/src/libstrongswan/crypto/prfs/prf.h index b95cc451a..897cf906b 100644 --- a/src/libstrongswan/crypto/prfs/prf.h +++ b/src/libstrongswan/crypto/prfs/prf.h @@ -27,7 +27,7 @@ typedef enum pseudo_random_function_t pseudo_random_function_t; typedef struct prf_t prf_t; -#include <types.h> +#include <library.h> /** * @brief Pseudo random function, as in IKEv2 RFC 3.3.2. |