Add fticks.c and fticks.h to the build.
[libradsec.git] / fticks.h
1 /* Copyright (C) 2011 NORDUnet A/S
2  * See LICENSE for information about licensing.
3  */
4 int fticks_hashmac(const uint8_t *in,
5                    const uint8_t *key,
6                    size_t out_len,
7                    uint8_t *out);