summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-07-02 18:10:36 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-07-02 18:10:36 +0200
commit97dc900622bec6a800adf06567395ba116a998c0 (patch)
treeb5cc8c7b33b4dab6ccae11395f5218a584931cbd /nettle-meta.h
parent114d607c9390f7e64236dab0fbed852df379c2e1 (diff)
downloadnettle-97dc900622bec6a800adf06567395ba116a998c0.tar.gz
No longer needs to include cbc.h.
Rev: src/nettle/nettle-meta.h:1.14
Diffstat (limited to 'nettle-meta.h')
-rw-r--r--nettle-meta.h3
1 files changed, 0 insertions, 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);