Return free memory more aggressively.
[radsecproxy.git] / fticks_hashmac.h
index eb40a04..5c387dc 100644 (file)
@@ -1,3 +1,6 @@
+/* Copyright (c) 2011, NORDUnet A/S */
+/* See LICENSE for licensing information. */
+
 #include <stdint.h>
 #include <stddef.h>
 
@@ -5,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: */