diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-29 13:25:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-29 13:25:36 +0200 |
commit | a35931ff6bf382ace123d2649e1a660c522a640c (patch) | |
tree | e586fac221fb52eb829bb63221b2aa2c5ec741a5 /tests/t_fticks.c | |
parent | 89579fafe867394b4bb8cbb6fa869051aa34c316 (diff) |
fticks_hashmac has moved.
Diffstat (limited to 'tests/t_fticks.c')
-rw-r--r-- | tests/t_fticks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t_fticks.c b/tests/t_fticks.c index 3a5cce6..e0c9b0f 100644 --- a/tests/t_fticks.c +++ b/tests/t_fticks.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <errno.h> #include "../radsecproxy.h" -#include "../fticks.h" +#include "../fticks_hashmac.h" static int _check_hash(const char *mac, const char *key, const char *hash, const char*hmac) |