From: Niels Möller Date: Sat, 2 Jul 2005 16:10:36 +0000 (+0200) Subject: No longer needs to include cbc.h. X-Git-Tag: nettle_1.13_release_20051006~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97dc900622bec6a800adf06567395ba116a998c0;p=thirdparty%2Fnettle.git No longer needs to include cbc.h. Rev: src/nettle/nettle-meta.h:1.14 --- diff --git a/nettle-meta.h b/nettle-meta.h index 04c5ab0e..bcf5bd2a 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);