From b17e585eb7c3b131dfcd38a537be567efaaca73b Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 15 Jun 2015 14:34:17 -0400 Subject: Add SHA-1 support --- src/hashFFI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hashFFI.h') diff --git a/src/hashFFI.h b/src/hashFFI.h index 5ff8ea3..a454b99 100644 --- a/src/hashFFI.h +++ b/src/hashFFI.h @@ -22,6 +22,7 @@ extern "C" { #include uw_Basis_string uw_HashFFI_md5(struct uw_context*, const uw_Basis_blob); +uw_Basis_string uw_HashFFI_sha1(struct uw_context*, const uw_Basis_blob); #ifdef __cplusplus } -- cgit v1.2.3