Skip to content

Commit

Permalink
libutil: drop base64 implementation
Browse files Browse the repository at this point in the history
Now that all users are using libsodium's base64 implementation,
drop the one from munge.

Fixes flux-framework#84
  • Loading branch information
garlick committed Nov 2, 2018
1 parent ba8adf4 commit 88105c6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 759 deletions.
7 changes: 0 additions & 7 deletions src/libutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ noinst_LTLIBRARIES = \
libutil.la

libutil_la_SOURCES = \
base64.c \
base64.h \
thread.h \
hash.c \
hash.h \
Expand All @@ -33,7 +31,6 @@ libutil_la_SOURCES = \
macros.h

TESTS = \
test_base64.t \
test_hash.t \
test_tomltk.t \
test_cf.t \
Expand All @@ -56,10 +53,6 @@ TEST_EXTENSIONS = .t
T_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
$(top_srcdir)/config/tap-driver.sh

test_base64_t_SOURCES = test/base64_test.c
test_base64_t_CPPFLAGS = $(test_cppflags)
test_base64_t_LDADD = $(test_ldadd)

test_hash_t_SOURCES = test/hash.c
test_hash_t_CPPFLAGS = $(test_cppflags)
test_hash_t_LDADD = $(test_ldadd)
Expand Down
Loading

0 comments on commit 88105c6

Please sign in to comment.