diff --git a/certexample b/certexample deleted file mode 100755 index 5116c853a62f66da0077a0d486d236fc868bea46..0000000000000000000000000000000000000000 Binary files a/certexample and /dev/null differ diff --git a/certexample.c b/certvalidator.c similarity index 100% rename from certexample.c rename to certvalidator.c diff --git a/makefile b/makefile index f62ae4ab0424f650456b5a46205d6e7776f81b01..eb4d39b4585f9187670d958dc8a4bf178e64a5b6 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,5 @@ #!/bin/bash -all: certexample.c - gcc -I /usr/local/opt/openssl/include -L /usr/local/opt/openssl/lib -o certexample certexample.c -lssl -lcrypto +all: certvalidator.c + gcc -I /usr/local/opt/openssl/include -L /usr/local/opt/openssl/lib -o certvalidator certvalidator.c -lssl -lcrypto +clean: + rm -rf certvalidator