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

Merge pull request #464 from mehlis/cypto-fix

fix include of crypto
parents f683771f e0f3c73d
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#ifndef 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
......
......@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "sha256.h"
#include "crypto/sha256.h"
#define RIOT_MSG_DEV (1)
#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