Add sha1_main

This commit is contained in:
twinaphex 2017-06-13 10:21:38 +02:00
parent 2e9c5ba6f9
commit 39ea7deef7

View File

@ -75,6 +75,7 @@ endif
OBJS += $(CORE_DIR)/djb2.o \
$(CORE_DIR)/md5.o \
$(CORE_DIR)/sha1.o \
$(CORE_DIR)/sha1_main.o \
$(CORE_DIR)/crc32.o
UTILS += djb2$(DYLIB) md5$(DYLIB) sha1$(DYLIB) crc32$(DYLIB)