diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-29 11:21:30 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-29 11:21:30 +0200 |
commit | 4806ddac9fc1dd243f9297c031689c23be6ee8b0 (patch) | |
tree | 07519d6c9657c34360ae67b8fb807bfcad561be3 /fticks.h | |
parent | d6bb6b8aa41e6a6f9c6779cef754ef4fd5a4cbd2 (diff) |
Add binary radsecproxy-hash.
Split up fticks.c in order not to have to drag in too much of
radsecproxy in order to just hash a MAC.
Diffstat (limited to 'fticks.h')
-rw-r--r-- | fticks.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,10 +6,6 @@ int fticks_configure(struct options *options, uint8_t **reportingp, uint8_t **macp, uint8_t **keyp); -int fticks_hashmac(const uint8_t *in, - const uint8_t *key, - size_t out_len, - uint8_t *out); void fticks_log(const struct options *options, const struct client *client, const struct radmsg *msg, |