From 7c323c971c8baf98d362e8582b832536d4717339 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 8 Oct 2001 22:37:40 +0200
Subject: [PATCH] * yarrow.h (struct yarrow256_ctx): Deleted buffer, index and
 block_count.

Rev: src/nettle/yarrow.h:1.4
---
 yarrow.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/yarrow.h b/yarrow.h
index 5dbb3be8..464f9947 100644
--- a/yarrow.h
+++ b/yarrow.h
@@ -82,12 +82,6 @@ struct yarrow256_ctx
   struct aes_ctx key;
   uint8_t counter[AES_BLOCK_SIZE];
 
-  uint8_t buffer[AES_BLOCK_SIZE];
-  unsigned index;
-
-  /* Number of block generated with the current key */
-  unsigned block_count;
-
   /* The entropy sources */
   unsigned nsources;
   struct yarrow_source *sources;
-- 
GitLab