diff options
author | Tharre <tharre3@gmail.com> | 2014-08-24 00:24:54 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-08-24 00:24:54 +0200 |
commit | 1e951a9f3b3c35cc108d45acd73147a8dda36f6c (patch) | |
tree | e9090b548b478477fe45470f6b2eb6782e4f715b /out/redo-ifcreate.do | |
parent | 3466aa6c7ca1ed05dc19e5fc92e230ddc1b17df3 (diff) | |
download | redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.tar.gz redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.tar.xz redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.zip |
Replace openssl SHA1 functions with custom version
Diffstat (limited to 'out/redo-ifcreate.do')
-rw-r--r-- | out/redo-ifcreate.do | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/out/redo-ifcreate.do b/out/redo-ifcreate.do index 4ab8f85..a5a5482 100644 --- a/out/redo-ifcreate.do +++ b/out/redo-ifcreate.do @@ -1,5 +1,5 @@ . ./config.sh -DEPS="redo-ifcreate.o build.o util.o filepath.o" +DEPS="redo-ifcreate.o build.o util.o filepath.o sha1.o" redo-ifchange $DEPS config.sh $CC -o $3 $DEPS $LDFLAGS |