git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16507 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-09 17:15:08 +00:00
parent d380836a17
commit 1f6590e295

View File

@@ -1,8 +1,8 @@
2006-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
* hex.c (hex_decode): support decoding odd number of characters,
in the odd len case, the character ends up in the first byte in
the lower nibble.
in the odd len case, the first character ends up in the first byte
in the lower nibble.
* hex-test.c: Check that we can decode single character hex chars.