diff options
Diffstat (limited to 'fticks_hashmac.h')
-rw-r--r-- | fticks_hashmac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fticks_hashmac.h b/fticks_hashmac.h index b6de771..5c387dc 100644 --- a/fticks_hashmac.h +++ b/fticks_hashmac.h @@ -8,3 +8,7 @@ int fticks_hashmac(const uint8_t *in, const uint8_t *key, size_t out_len, uint8_t *out); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |