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();