Commit 10571f62 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Move base64 implementation to varnishncsa

parent df74fe4c
...@@ -8,6 +8,7 @@ dist_man_MANS = varnishncsa.1 ...@@ -8,6 +8,7 @@ dist_man_MANS = varnishncsa.1
varnishncsa_SOURCES = \ varnishncsa_SOURCES = \
varnishncsa.c \ varnishncsa.c \
base64.c \
$(top_builddir)/lib/libvarnish/flopen.c \ $(top_builddir)/lib/libvarnish/flopen.c \
$(top_builddir)/lib/libvarnish/vpf.c $(top_builddir)/lib/libvarnish/vpf.c
......
...@@ -21,7 +21,6 @@ libvarnishapi_la_SOURCES = \ ...@@ -21,7 +21,6 @@ libvarnishapi_la_SOURCES = \
../libvarnish/vre.c \ ../libvarnish/vre.c \
../libvarnish/vsb.c \ ../libvarnish/vsb.c \
../libvarnish/vsha256.c \ ../libvarnish/vsha256.c \
base64.c \
vsm.c \ vsm.c \
vsl_arg.c \ vsl_arg.c \
vsl.c \ vsl.c \
......
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