sys/crypto: remove assert.h include

It is not used and most platforms don't have it.
dev/timer
Ludwig Ortmann 9 years ago
parent a849701ef7
commit c51c135192

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

Loading…
Cancel
Save