From 4806ddac9fc1dd243f9297c031689c23be6ee8b0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 29 Sep 2011 11:21:30 +0200 Subject: 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. --- fticks.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fticks.h') diff --git a/fticks.h b/fticks.h index eb880c0..d302cf0 100644 --- a/fticks.h +++ b/fticks.h @@ -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, -- cgit v1.1