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)
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.


No differences found