diff options
| author | David du Colombier <0intro@gmail.com> | 2012-01-21 10:01:20 +0100 |
|---|---|---|
| committer | David du Colombier <0intro@gmail.com> | 2012-01-21 10:01:20 +0100 |
| commit | 83b247a771a514792b972216e1ad32ae1f3fc316 (patch) | |
| tree | d2fdc922d7beec267d013b83f04ada86465d6784 /src/libventi/mkfile | |
| parent | f4792e43aef14341bb40f32e8583bd4731e1dcb4 (diff) | |
| download | plan9port-83b247a771a514792b972216e1ad32ae1f3fc316.tar.gz plan9port-83b247a771a514792b972216e1ad32ae1f3fc316.zip | |
libventi: add functions vtsha1 and vtsha1check
These functions are equivalent to vtSha1 and vtSha1Check
from the old libventi and are particularly used by Fossil.
R=rsc
http://codereview.appspot.com/5555064
Diffstat (limited to 'src/libventi/mkfile')
| -rw-r--r-- | src/libventi/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libventi/mkfile b/src/libventi/mkfile index 289262ac..37881855 100644 --- a/src/libventi/mkfile +++ b/src/libventi/mkfile @@ -24,6 +24,7 @@ OFILES=\ scorefmt.$O\ send.$O\ server.$O\ + sha1.$O\ srvhello.$O\ strdup.$O\ string.$O\ |
