lib/gcrypt/MD5: move code to util/HexFormat.cxx

This commit is contained in:
Max Kellermann
2018-07-26 17:29:59 +02:00
parent 409d3c7136
commit 7db7568dcf
4 changed files with 110 additions and 9 deletions

View File

@@ -493,6 +493,7 @@ libutil_a_SOURCES = \
src/util/CharUtil.hxx \
src/util/WCharUtil.hxx \
src/util/NumberParser.hxx \
src/util/HexFormat.cxx src/util/HexFormat.hxx \
src/util/MimeType.cxx src/util/MimeType.hxx \
src/util/StringBuffer.hxx \
src/util/StringFormat.hxx \