From 97dc900622bec6a800adf06567395ba116a998c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 2 Jul 2005 18:10:36 +0200 Subject: [PATCH] No longer needs to include cbc.h. Rev: src/nettle/nettle-meta.h:1.14 --- nettle-meta.h | 3 --- 1 file changed, 3 deletions(-) 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); -- GitLab