Commit b6f071ad authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Rename this (minimal) base64 implementation to enforce uniqueness

of sourcefile names over the project.
parent dce78a8c
......@@ -9,8 +9,8 @@ bin_PROGRAMS = varnishncsa
varnishncsa_SOURCES = \
varnishncsa.c \
varnishncsa_options.h \
base64.h \
base64.c
b64.h \
b64.c
varnishncsa_CFLAGS = \
@SAN_CFLAGS@
......
......@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include "base64.h"
#include "b64.h"
static const char b64[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
......
......@@ -57,7 +57,7 @@
#define VOPT_DEFINITION
#define VOPT_INC "varnishncsa_options.h"
#include "base64.h"
#include "b64.h"
#include "vapi/vsl.h"
#include "vapi/voptget.h"
#include "vas.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment