Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/NULL/NUL/1 in a comment.
  • Loading branch information
Linus Nordberg committed Apr 23, 2013
1 parent d7eee1f commit effd6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fticks_hashmac.c
Expand Up @@ -49,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
Expand Down

0 comments on commit effd6dc

Please sign in to comment.