aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-23 23:07:44 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-23 23:07:44 +0000
commit77bfd077778c30c70f791752ce3a13d537aedd3b (patch)
treeb75b50003195e89c58ca3698a396c458d9ebea89 /lib/Makefile
parentdf6d1da013f42caa5f11dbcbb0d54710682811f7 (diff)
Replaced GPL-incompatible SHA1 hashing code (and renamed the files in case
I ever need SHA256 ;-)).
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index bc1966d9..a79f7c4c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,7 +9,7 @@
-include ../Makefile.settings
# [SH] Program variables
-objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o sha.o $(SSL_CLIENT) url.o
+objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o sha1.o $(SSL_CLIENT) url.o
CFLAGS += -Wall
LFLAGS += -r