WIP: Fix the Proxy-State issue.
[libradsec.git] / fticks_hashmac.h
index 9e06956..5c387dc 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2006-2010, UNINETT AS
- * Copyright (c) 2010-2012, NORDUnet A/S */
+/* Copyright (c) 2011, NORDUnet A/S */
 /* See LICENSE for licensing information. */
 
 #include <stdint.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: */