Move utils/base64 to b64 dedicated directory
Signed-off-by: Loïc Gomez <bip@animanova.fr>
This commit is contained in:
parent
8c3e51c559
commit
662bc9baf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,6 +58,7 @@ src/lex.c
|
|||||||
|
|
||||||
# Binaries
|
# Binaries
|
||||||
src/*.o
|
src/*.o
|
||||||
|
src/b64/*.o
|
||||||
src/*.a
|
src/*.a
|
||||||
src/bip
|
src/bip
|
||||||
src/bipmkpw
|
src/bipmkpw
|
||||||
|
@ -19,7 +19,7 @@ libbip_a_SOURCES = \
|
|||||||
path_util.c path_util.h \
|
path_util.c path_util.h \
|
||||||
tuple.h \
|
tuple.h \
|
||||||
util.c util.h \
|
util.c util.h \
|
||||||
utils/base64.c utils/base64.h
|
b64/base64.c b64/base64.h
|
||||||
|
|
||||||
libbip_a_CFLAGS = ${OPENSSL_CFLAGS} $(AM_CFLAGS)
|
libbip_a_CFLAGS = ${OPENSSL_CFLAGS} $(AM_CFLAGS)
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "connection.h"
|
#include "connection.h"
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
#include "utils/base64.h"
|
#include "b64/base64.h"
|
||||||
|
|
||||||
// TODO resolve assuming signed overflow does not occur when changing X +- C1
|
// TODO resolve assuming signed overflow does not occur when changing X +- C1
|
||||||
// cmp C2 to X cmp C2 -+ C1
|
// cmp C2 to X cmp C2 -+ C1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user