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

Unified Diff: src/platform/vboot_reference/crypto/Makefile

Issue 579007: Add generic wrappers for performing message digest operations. (Closed)
Patch Set: Created 10 years, 10 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: src/platform/vboot_reference/crypto/Makefile
diff --git a/src/platform/vboot_reference/crypto/Makefile b/src/platform/vboot_reference/crypto/Makefile
index ff4326df71913567c32adc1625989094c9636eba..b6d654f4d02354966e2eb5c444f7d06c16be6bea 100644
--- a/src/platform/vboot_reference/crypto/Makefile
+++ b/src/platform/vboot_reference/crypto/Makefile
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-SRCS=rsa.c sha1.c sha2.c padding.c rsa_utility.c
+SRCS=rsa.c sha1.c sha2.c padding.c rsa_utility.c sha_utility.c
OBJS=$(SRCS:.c=.o)
all: libcrypto.a
« no previous file with comments | « no previous file | src/platform/vboot_reference/crypto/sha_utility.c » ('j') | src/platform/vboot_reference/crypto/sha_utility.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698