Initial ZIP contents

This commit is contained in:
Yaakov 2022-05-29 21:12:14 +10:00
commit 0245ab71c8
6 changed files with 3189 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
all: elproxy
elproxy: elproxy.c
gcc -O3 -finline-functions-called-once -finline-small-functions -Wall elproxy.c -s -o elproxy -lnettle