]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
No longer needs to include cbc.h.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 2 Jul 2005 16:10:36 +0000 (18:10 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 2 Jul 2005 16:10:36 +0000 (18:10 +0200)
Rev: src/nettle/nettle-meta.h:1.14

nettle-meta.h

index 04c5ab0efbf1bbec7530a5c2d70dfe9f40bb228c..bcf5bd2a84358011eded63a9e3071c3f9a72e32a 100644 (file)
@@ -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);