From f0e4edecc73f48d72b4a1cedc2d16793f368d49c Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 24 Mar 2023 05:53:39 -0700 Subject: Re-engineer crypto library to support buffering and putback --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2fb9017..496bdd4 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ all: - (echo "#!"`which python3` && curl -s https://war.cflems.net/warcrypto.py && cat pkd_stub.py) >pkd.py - (echo "#!"`which python3` && curl -s https://war.cflems.net/warcrypto.py && cat pkcli_stub.py) >pkcli.py + (echo "#!"`which python3` && cat crypto.py && cat pkd_stub.py) >pkd.py + (echo "#!"`which python3` && cat crypto.py && cat pkcli_stub.py) >pkcli.py clean: rm -f pkd.py pkcli.py *.pid *.sock *.log install: -- cgit v1.2.3