jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/tools/exactness.git/commit/?id=fefa31d7b206315da76be16b9d53a54602fa2cd8

commit fefa31d7b206315da76be16b9d53a54602fa2cd8
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Sun Sep 11 13:14:03 2016 +0300

    Fix compilation after Emile API change
---
 src/bin/run_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/run_test.c b/src/bin/run_test.c
index eae5d8f..7fecdfc 100644
--- a/src/bin/run_test.c
+++ b/src/bin/run_test.c
@@ -92,7 +92,7 @@ _file_sha1_get(const char *filename, unsigned char *result)
         fprintf(stderr, "Could not create Binary Buffer");
         goto false;
      }
-   if (!emile_binbuf_sha1(key, key_len, buf, result))
+   if (!emile_binbuf_hmac_sha1(key, key_len, buf, result))
      {
         fprintf(stderr, "Cannot generate sha1 for image");
         goto false;

-- 


Reply via email to