1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/crypto: remove assert.h include

It is not used and most platforms don't have it.
This commit is contained in:
Ludwig Ortmann 2014-03-01 12:29:05 +01:00
parent a849701ef7
commit c51c135192

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include "assert.h"
#include "crypto/ciphers.h"
#ifndef THREEDES_H_