commit | bac7fba02763ae5e78e8e4ba0bea727330ad953e | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Wed Apr 10 11:32:17 2013 -0700 |
committer | Doug Zongker <dougz@android.com> | Wed Apr 10 11:32:17 2013 -0700 |
tree | 6056acf572fb45b4ff1ef2874b1d6373776a56c7 | |
parent | 84a6c0d298f0606f7c27857b17115cbd362ad637 [diff] [blame] |
verifier: update to support certificates using SHA-256 Change-Id: Ifd5a29d459acf101311fa1c220f728c3d0ac2e4e
diff --git a/applypatch/applypatch.c b/applypatch/applypatch.c index 69f8633..259fa58 100644 --- a/applypatch/applypatch.c +++ b/applypatch/applypatch.c
@@ -101,7 +101,7 @@ } } - SHA(file->data, file->size, file->sha1); + SHA_hash(file->data, file->size, file->sha1); return 0; }