Browse Source

removed no longer useful include path to old version of openssl

cecylia 7 years ago
parent
commit
e65e87e801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      relay_station/Makefile

+ 1 - 1
relay_station/Makefile

@@ -7,7 +7,7 @@ all: $(TARGETS)
 slitheen-proxy.o flow.o ptwist168.o crypto.o relay.o cryptothread.o util.o:: ptwist.h flow.h slitheen.h crypto.h relay.h cryptothread.h util.h
 
 slitheen-proxy: slitheen-proxy.o flow.o ptwist168.o crypto.o relay.o cryptothread.o util.o relay.h crypto.h ptwist.h flow.h slitheen.h cryptothread.h util.h
-	gcc -g -ggdb -o $@ $^ -I/home/slitheen/Documents/include/openssl -lssl -lcrypto -lpcap -lpthread -ldl
+	gcc -g -ggdb -o $@ $^ -lssl -lcrypto -lpcap -lpthread -ldl
 
 clean:
 	-rm *.o