summaryrefslogtreecommitdiff
path: root/cc3200/mptask.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r--cc3200/mptask.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c
index 28dde5185..459d17130 100644
--- a/cc3200/mptask.c
+++ b/cc3200/mptask.c
@@ -65,6 +65,7 @@
#include "pybsleep.h"
#include "pybtimer.h"
#include "mpcallback.h"
+#include "cryptohash.h"
/******************************************************************************
DECLARE PRIVATE CONSTANTS
@@ -289,6 +290,8 @@ STATIC void mptask_pre_init (void) {
pybsd_init0();
#endif
+ CRYPTOHASH_Init();
+
#ifdef DEBUG
ASSERT (OSI_OK == osi_TaskCreate(TASK_Servers,
(const signed char *)"Servers",