summaryrefslogtreecommitdiffstats
path: root/fastbootd/fastbootd.c
diff options
context:
space:
mode:
authorColin Cross <ccross@google.com>2013-09-27 20:34:32 +0000
committerColin Cross <ccross@google.com>2013-09-27 20:34:32 +0000
commit068b71dd9cd6cb03dfcdc0c9deced361780bc0d3 (patch)
tree5a9de2ba577dbe3edeb39d8daff47078a6c24f24 /fastbootd/fastbootd.c
parent5ccecfd26d2a7c3a79a139f0118b93ee64be4737 (diff)
downloadsystem_core-068b71dd9cd6cb03dfcdc0c9deced361780bc0d3.zip
system_core-068b71dd9cd6cb03dfcdc0c9deced361780bc0d3.tar.gz
system_core-068b71dd9cd6cb03dfcdc0c9deced361780bc0d3.tar.bz2
Revert "Fastbootd: flashing certification"
This reverts commit 5ccecfd26d2a7c3a79a139f0118b93ee64be4737. Change-Id: I0ca31094c115e14982a27c258d9139a723da8428
Diffstat (limited to 'fastbootd/fastbootd.c')
-rw-r--r--fastbootd/fastbootd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fastbootd/fastbootd.c b/fastbootd/fastbootd.c
index 74ff805..90b9ef9 100644
--- a/fastbootd/fastbootd.c
+++ b/fastbootd/fastbootd.c
@@ -21,7 +21,6 @@
#include "debug.h"
#include "trigger.h"
-#include "secure.h"
unsigned int debug_level = DEBUG;
@@ -37,7 +36,6 @@ int main(int argc, char **argv)
klog_init();
klog_set_level(6);
- cert_init_crypto();
config_init();
load_trigger();
commands_init();