Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: host/lib/host_signature.c

Issue 2871033: Switch to using .vbprivk for signing everything now. (Closed) Base URL: ssh://git@chromiumos-git//vboot_reference.git
Patch Set: Okay, now tests pass again. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: host/lib/host_signature.c
diff --git a/host/lib/host_signature.c b/host/lib/host_signature.c
index 935e77310c6f01bcf183f7fb7cf654c433600f6e..c0d0f64f0b80d561eb897bec2d97f1f1d859dada 100644
--- a/host/lib/host_signature.c
+++ b/host/lib/host_signature.c
@@ -125,7 +125,7 @@ VbSignature* CalculateSignature(const uint8_t* data, uint64_t size,
Free(signature_digest);
if (-1 == rv) {
- debug("SignatureBuf(): RSA_private_encrypt() failed.\n");
+ VBDEBUG(("SignatureBuf(): RSA_private_encrypt() failed.\n"));
Free(sig);
return NULL;
}
« no previous file with comments | « host/lib/host_misc.c ('k') | host/lib/signature_digest.c » ('j') | utility/vbutil_key.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698