瀏覽代碼

use installed version of openssl for relay

cecylia 7 年之前
父節點
當前提交
ad6866566e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 libssl.a libcrypto.a -lpcap -lpthread -ldl
+	gcc -g -ggdb -o $@ $^ -I/home/slitheen/Documents/include/openssl -lssl -lcrypto -lpcap -lpthread -ldl
 
 clean:
 	-rm *.o