Browse Source

Not needed

Piotr Czajkowski 4 years ago
parent
commit
c4e40ccbb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -1,5 +1,5 @@
 CFLAGS=-Wall -Wextra -Wshadow -O3 -std=c99
-LDLIBS=-lcurl -lssl -lcrypto
+LDLIBS=-lcurl -lcrypto
 objects=curl.o sha.o
 
 pwned: $(objects)