all:
	gcc -g -Wall -o sslsniff sslsniff.c network.c mx509.c mssl.c log.c -lcrypto -lssl
