diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-04-23 11:01:28 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-04-23 11:01:28 +0200 |
commit | effd6dc26955220bba81ff4fdfa6f26a2dce7626 (patch) | |
tree | 3c76bd6e945e60d6ef0129ad655054aac89f60fd /fticks_hashmac.c | |
parent | d7eee1f33c6b2cfefaa482bdcd8ce34e61aeffad (diff) |
s/NULL/NUL/1 in a comment.
Diffstat (limited to 'fticks_hashmac.c')
-rw-r--r-- | fticks_hashmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fticks_hashmac.c b/fticks_hashmac.c index 396927b..c0dd7d8 100644 --- a/fticks_hashmac.c +++ b/fticks_hashmac.c @@ -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 |