]> git.street.me.uk Git - andy/viking.git/commit - src/md5_hash.c
Remove own copy of MD5 hash code and use a library implementation (libnettle)
authorRob Norris <rw_norris@hotmail.com>
Sun, 17 Jan 2016 12:58:59 +0000 (12:58 +0000)
committerRob Norris <rw_norris@hotmail.com>
Fri, 12 Feb 2016 00:06:52 +0000 (00:06 +0000)
commitbd27baa44141e91d39373882c00b196d0a5c0585
tree20110aecbe3220563d3defa8ae78dc9bfaca2d92
parentb0678771151113f2d5fb721799dd9fd938cace87
Remove own copy of MD5 hash code and use a library implementation (libnettle)

Selected libnettle due to wide support and standard license.
13 files changed:
.gitignore
configure.ac
mingw-viking.spec.in
mingw64-viking.spec.in
src/Makefile.am
src/dialog.c
src/md5_hash.c [new file with mode: 0644]
src/md5_hash.h [new file with mode: 0644]
src/thumbnails.c
test/Makefile.am
test/check_md5_hash.sh [new file with mode: 0755]
test/test_md5_hash.c [new file with mode: 0644]
win32/installer-mingw.sh