Project

General

Profile

Review #765 » 0003-Move-base64-files-to-a-dedicated-dir-in-utils.patch

Loïc Gomez, 2022-03-18 23:23

View differences:

src/Makefile.am
path_util.c path_util.h \
tuple.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)
src/irc.c
#include "log.h"
#include "connection.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
// cmp C2 to X cmp C2 -+ C1
(3-3/3)