From 8d0cea10adbe544c38ee458b9b2b67bba2c72959 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Feb 2019 20:44:43 +0100 Subject: Add marshal and unmarshal functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 893704a..72e877d 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,11 @@ OBJ =\ behex_upper.o\ digest.o\ init.o\ + marshal.o\ state_output_size.o\ sum_fd.o\ unhex.o\ + unmarshal.o\ update.o\ MAN0 =\ -- cgit v1.2.3-70-g09d2