diff options
Diffstat (limited to 'Source/charon/utils/gmp_helper.c')
-rw-r--r-- | Source/charon/utils/gmp_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/utils/gmp_helper.c b/Source/charon/utils/gmp_helper.c index c9417dae0..4e4a35c0b 100644 --- a/Source/charon/utils/gmp_helper.c +++ b/Source/charon/utils/gmp_helper.c @@ -25,8 +25,8 @@ #include "gmp_helper.h" -#include "allocator.h" -#include "randomizer.h" +#include <utils/allocator.h> +#include <utils/randomizer.h> /** * Number of times the probabilistic primality test is applied |