diff options
Diffstat (limited to 'src/libstrongswan/crypto/crypters/crypter.h')
-rw-r--r-- | src/libstrongswan/crypto/crypters/crypter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crypters/crypter.h b/src/libstrongswan/crypto/crypters/crypter.h index 411dfeda6..46d94ce93 100644 --- a/src/libstrongswan/crypto/crypters/crypter.h +++ b/src/libstrongswan/crypto/crypters/crypter.h @@ -27,7 +27,7 @@ typedef enum encryption_algorithm_t encryption_algorithm_t; typedef struct crypter_t crypter_t; -#include <types.h> +#include <library.h> /** * @brief Encryption algorithm, as in IKEv2 RFC 3.3.2. |