Initial ZIP contents
This commit is contained in:
commit
0245ab71c8
6 changed files with 3189 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue