Rework SSLi_hash2hex() and SSLi_hex2hash().
authorTilman Sauerbeck <tilman@code-monkey.de>
Thu, 28 Dec 2017 10:27:08 +0000 (11:27 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 28 Dec 2017 10:27:08 +0000 (11:27 +0100)
commit2ce951c559f61bdae2a424e378e40bfd6fc815ec
treeaff735fc375ae67b2248f0144c5acc7c0d00092a
parent5d8acf9c6a7dcfdd94fa2c2b2e8a63495bad98c9
Rework SSLi_hash2hex() and SSLi_hex2hash().

This replaces the stdio-based implementation (printf(), scanf())
with a hand-written one. This should be worthwhile even if it's
unlikely that these functions show up in any profile.
src/ssl.h