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. --- butl/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index f075e30..a92f4a9 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -13,6 +13,7 @@ lib{butl}: \ {hxx }{ path-io } \ {hxx }{ path-map } \ {hxx txx }{ prefix-map } \ +{hxx cxx}{ sha256 } \ {hxx ixx cxx}{ process } \ {hxx txx }{ string-table } \ {hxx cxx}{ timestamp } \ -- cgit v1.1