Skip to content
Snippets Groups Projects
Commit e0f3c73d authored by Christian Mehlis's avatar Christian Mehlis
Browse files

fix include of crypto

parent b0d51d32
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#ifndef CCNL_EXT_H__ #ifndef CCNL_EXT_H__
#define CCNL_EXT_H__ #define CCNL_EXT_H__
#define compute_ccnx_digest(buf) SHA256(buf->data, buf->datalen, NULL) #define compute_ccnx_digest(buf) sha256(buf->data, buf->datalen, NULL)
#ifdef USE_FRAG #ifdef USE_FRAG
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "sha256.h" #include "crypto/sha256.h"
#define RIOT_MSG_DEV (1) #define RIOT_MSG_DEV (1)
#define RIOT_TRANS_DEV (2) #define RIOT_TRANS_DEV (2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment