From 10d3b1aa90392616a81a8cae21304917f4f6bf94 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Fri, 21 Feb 2014 20:38:01 +0100 Subject: [PATCH] brought to current --- TODO | 4 ++++ tests/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f2c4f5a..9ee876a 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,10 @@ vault checksum: add keysigs as well enable formats for secret key exports as well +PCPSTREAM changes: + - enable determine armor mode of input, parse headers, comments + and newlines away, decode and return the binary result with ps_read() + as before. Python binding, e.g.: py % cdll.LoadLibrary("libsodium.so.8") diff --git a/tests/Makefile.am b/tests/Makefile.am index 4a00126..ddad80d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,7 +34,8 @@ buffertest_SOURCES = buffertest.c sample_LDADD = ../libpcp/.libs/libpcp1.a sample_SOURCES = sample.c - +streamtest_LDADD = ../libpcp/.libs/libpcp1.a +streamtest_SOURCES = streamtest.c col_LDADD = ../libpcp/.libs/libpcp1.a col_SOURCES = collisions.c ../src/compat_getopt.c