From 784202a271ae7e303aacbe226bb87fed50a16f81 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:07 +0000 Subject: SHA-1 hashing algorithm Author: jgg Date: 2001-03-06 05:03:49 GMT SHA-1 hashing algorithm --- test/makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/makefile') diff --git a/test/makefile b/test/makefile index e3b2ac524..541f23834 100644 --- a/test/makefile +++ b/test/makefile @@ -56,3 +56,9 @@ SLIBS = -lapt-pkg -lapt-inst SOURCE = extract-control.cc include $(PROGRAM_H) +# Program for testing hashes +PROGRAM=hash +SLIBS = -lapt-pkg +SOURCE = hash.cc +include $(PROGRAM_H) + -- cgit v1.2.3