Initial Commit
This commit is contained in:
9
openssl-1.0.2f/demos/state_machine/Makefile
Normal file
9
openssl-1.0.2f/demos/state_machine/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CFLAGS=-I../../include -Wall -Werror -g
|
||||
|
||||
all: state_machine
|
||||
|
||||
state_machine: state_machine.o
|
||||
$(CC) -o state_machine state_machine.o -L../.. -lssl -lcrypto
|
||||
|
||||
test: state_machine
|
||||
./state_machine 10000 ../../apps/server.pem ../../apps/server.pem
|
||||
Reference in New Issue
Block a user