s/NULL/NUL/1 in a comment.
[radsecproxy.git] / fticks_hashmac.c
index c8ad0dc..c0dd7d8 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 <stdio.h>
@@ -50,7 +49,7 @@ _hash(const uint8_t *in,
     unless \a KEY is NULL.  If \a KEY is null \a IN is hashed with an
     ordinary cryptographic hash function such as SHA-2.
 
-    \a IN and \a KEY are NULL terminated strings.
+    \a IN and \a KEY are NUL terminated strings.
 
     \a IN is supposed to be an Ethernet MAC address and is sanitised
     by lowercasing it, removing all but [0-9a-f] and truncating it at
@@ -92,3 +91,7 @@ fticks_hashmac(const uint8_t *in,
     free(in_copy);
     return 0;
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */