From d928de165f8bb896ee77f5668f35611f57429c93 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Feb 2016 13:15:23 +0200 Subject: Add SHA256 calculator Based on the sha256c.c file from the FreeBSD project and ported to compile on Linux, Mac OS, and Windows. The file is licensed under the simplified/2-clause BSD license so the library is now MIT/BSD-licensed. --- tests/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/buildfile') diff --git a/tests/buildfile b/tests/buildfile index 57e632e..0ad40e5 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = dir-iterator/ path/ prefix-map/ triplet/ +d = dir-iterator/ path/ prefix-map/ sha256/ triplet/ .: $d include $d -- cgit v1.1