Move utils/base64 to b64 dedicated directory

Signed-off-by: Loïc Gomez <bip@animanova.fr>
This commit is contained in:
Loïc Gomez 2024-02-19 15:14:16 +09:00
parent 8c3e51c559
commit 662bc9baf1
Signed by: Kyoshiro
GPG Key ID: F80C2F71E89B990A
5 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -58,6 +58,7 @@ src/lex.c
# Binaries
src/*.o
src/b64/*.o
src/*.a
src/bip
src/bipmkpw

View File

@ -19,7 +19,7 @@ libbip_a_SOURCES = \
path_util.c path_util.h \
tuple.h \
util.c util.h \
utils/base64.c utils/base64.h
b64/base64.c b64/base64.h
libbip_a_CFLAGS = ${OPENSSL_CFLAGS} $(AM_CFLAGS)

View File

@ -22,7 +22,7 @@
#include "log.h"
#include "connection.h"
#include "md5.h"
#include "utils/base64.h"
#include "b64/base64.h"
// TODO resolve assuming signed overflow does not occur when changing X +- C1
// cmp C2 to X cmp C2 -+ C1