Return free memory more aggressively.
[radsecproxy.git] / fticks_hashmac.h
index 564815d..5c387dc 100644 (file)
@@ -1,6 +1,4 @@
-/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
- * Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
- * Copyright (c) 2010-2012, NORDUnet A/S. */
+/* Copyright (c) 2011, NORDUnet A/S */
 /* See LICENSE for licensing information. */
 
 #include <stdint.h>
@@ -10,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: */