]> git.ipfire.org Git - thirdparty/hostap.git/commit
Replace unnecessary hex_value() with hex2byte()
authorJouni Malinen <j@w1.fi>
Sat, 28 Dec 2013 14:53:31 +0000 (16:53 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Dec 2013 08:00:32 +0000 (10:00 +0200)
commitc86bf160a7f47998b39aace6bdaf2a0d35909f11
treed5c2d6a7c480595c54261494df67bde6f2a434d8
parentbff3ac5b3cff45ee37805458c34028070144391a
Replace unnecessary hex_value() with hex2byte()

There is no need to maintain two functions for doing
the same type of hex-to-binary conversion.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/wps/httpread.c