diff options
| author | Daniel Campora | 2015-05-20 00:23:13 +0200 |
|---|---|---|
| committer | Daniel Campora | 2015-05-20 11:44:24 +0200 |
| commit | e800db562f1ebdd3d7d1da642f89e66578b363e0 (patch) | |
| tree | 1123e5ef218ccb9430e9f96ca723eca43e2615ed /cc3200/mptask.c | |
| parent | 5e38b48dd621ef1c1cefce87d4126b31a85cbcfc (diff) | |
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Diffstat (limited to 'cc3200/mptask.c')
| -rw-r--r-- | cc3200/mptask.c | 3 |
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", |
