diff options
Diffstat (limited to 'src/libstrongswan/crypto/crypto_tester.c')
-rw-r--r-- | src/libstrongswan/crypto/crypto_tester.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c index 01e84a133..56f0dedda 100644 --- a/src/libstrongswan/crypto/crypto_tester.c +++ b/src/libstrongswan/crypto/crypto_tester.c @@ -21,7 +21,7 @@ #include "crypto_tester.h" #include <debug.h> -#include <utils/linked_list.h> +#include <collections/linked_list.h> typedef struct private_crypto_tester_t private_crypto_tester_t; |