diff --git a/nettle-meta.h b/nettle-meta.h index 04c5ab0efbf1bbec7530a5c2d70dfe9f40bb228c..bcf5bd2a84358011eded63a9e3071c3f9a72e32a 100644 --- a/nettle-meta.h +++ b/nettle-meta.h @@ -28,9 +28,6 @@ #include "nettle-types.h" -/* For nettle_crypt_func */ -#include "cbc.h" - /* Randomness. Used by key generation and dsa signature creation. */ typedef void (*nettle_random_func)(void *ctx, unsigned length, uint8_t *dst);