Skip to content
Snippets Groups Projects
Commit 97dc9006 authored by Niels Möller's avatar Niels Möller
Browse files

No longer needs to include cbc.h.

Rev: src/nettle/nettle-meta.h:1.14
parent 114d607c
Branches
Tags
No related merge requests found
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
#include "nettle-types.h" #include "nettle-types.h"
/* For nettle_crypt_func */
#include "cbc.h"
/* Randomness. Used by key generation and dsa signature creation. */ /* Randomness. Used by key generation and dsa signature creation. */
typedef void (*nettle_random_func)(void *ctx, typedef void (*nettle_random_func)(void *ctx,
unsigned length, uint8_t *dst); unsigned length, uint8_t *dst);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment