Move base64 files to a dedicated dir in utils/
This commit is contained in:
parent
07084a5902
commit
fa4ed1f006
@ -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
|
utils/b64/base64.c utils/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 "utils/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…
Reference in New Issue
Block a user