Browse Source

Remove unneeded library from Makefile

Ian Goldberg 1 year ago
parent
commit
68a87f14b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -127,7 +127,7 @@ endif
 
 Client_Cpp_Objects := $(Client_Cpp_Files:.cpp=.o)
 
-Client_Link_Flags := -lboost_thread -lpthread -lssl3 -lcrypto
+Client_Link_Flags := -lboost_thread -lpthread -lcrypto
 
 Client_Name := Client/clients