mv src/bin/md5/md5.{c,h} src/bin/

This commit is contained in:
Boris Faure 2020-05-24 11:21:52 +02:00
parent 4703e374b9
commit 1702931b1b
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
5 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#include "config.h"
#include "termio.h"
#include "media.h"
#include "md5/md5.h"
#include "md5.h"
#include "utils.h"
/* specific log domain to help debug the gravatar module */

View File

@ -31,7 +31,7 @@ terminology_sources = ['private.h',
'termptygfx.c', 'termptygfx.h',
'termptyext.c', 'termptyext.h',
'backlog.c', 'backlog.h',
'md5/md5.c', 'md5/md5.h',
'md5.c', 'md5.h',
'utf8.c', 'utf8.h',
'win.c', 'win.h',
'utils.c', 'utils.h',
@ -77,7 +77,7 @@ tytest_sources = ['termptyesc.c', 'termptyesc.h',
'sb.c', 'sb.h',
'utf8.c', 'utf8.h',
'utils.c', 'utils.h',
'md5/md5.c', 'md5/md5.h',
'md5.c', 'md5.h',
'unit_tests.h',
'tytest_common.c', 'tytest_common.h',
'tytest.c', 'tytest.h']

View File

@ -18,7 +18,7 @@
#include "unit_tests.h"
#include "tytest_common.h"
#include "md5/md5.h"
#include "md5.h"
int _log_domain = -1;