commit | 5621248d744a52a11ea927d7508d71cde44b63cd | [log] [tgz] |
---|---|---|
author | Szymon Starzycki <sstar@google.com> | Mon Aug 19 16:42:25 2013 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Dec 04 15:00:51 2013 -0800 |
tree | 0f0c5af4390efe87cb1dc699075b220d22444ef1 | |
parent | b88fa3292d70f3a1e1512628f12cce87731ce160 [diff] [blame] |
Fastbootd: flashing certification Change-Id: I564086908942463eebee69449d484ba03effc50e
diff --git a/fastbootd/fastbootd.c b/fastbootd/fastbootd.c index 90b9ef9..74ff805 100644 --- a/fastbootd/fastbootd.c +++ b/fastbootd/fastbootd.c
@@ -21,6 +21,7 @@ #include "debug.h" #include "trigger.h" +#include "secure.h" unsigned int debug_level = DEBUG; @@ -36,6 +37,7 @@ klog_init(); klog_set_level(6); + cert_init_crypto(); config_init(); load_trigger(); commands_init();