diff options
Diffstat (limited to 'fticks_hashmac.c')
-rw-r--r-- | fticks_hashmac.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fticks_hashmac.c b/fticks_hashmac.c index 38fa126..396927b 100644 --- a/fticks_hashmac.c +++ b/fticks_hashmac.c @@ -91,3 +91,7 @@ fticks_hashmac(const uint8_t *in, free(in_copy); return 0; } + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |