Add sha1_main
This commit is contained in:
parent
2e9c5ba6f9
commit
39ea7deef7
|
@ -75,6 +75,7 @@ endif
|
||||||
OBJS += $(CORE_DIR)/djb2.o \
|
OBJS += $(CORE_DIR)/djb2.o \
|
||||||
$(CORE_DIR)/md5.o \
|
$(CORE_DIR)/md5.o \
|
||||||
$(CORE_DIR)/sha1.o \
|
$(CORE_DIR)/sha1.o \
|
||||||
|
$(CORE_DIR)/sha1_main.o \
|
||||||
$(CORE_DIR)/crc32.o
|
$(CORE_DIR)/crc32.o
|
||||||
UTILS += djb2$(DYLIB) md5$(DYLIB) sha1$(DYLIB) crc32$(DYLIB)
|
UTILS += djb2$(DYLIB) md5$(DYLIB) sha1$(DYLIB) crc32$(DYLIB)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue