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