[PATCH 1/3] DRBG: remove stale comment

Stephan Mueller smueller at chronox.de
Thu Dec 1 17:11:11 CET 2016


>From 843aa9f9667c1bcc800599325ebdea8a5e6dcbea Mon Sep 17 00:00:00 2001
From: Stephan Mueller <smueller at chronox.de>
Date: Sun, 27 Nov 2016 10:14:21 +0100
Subject: 

Remove comment that is not applicable any more.

Signed-off-by: Stephan Mueller <smueller at chronox.de>
---
 random/random-drbg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/random/random-drbg.c b/random/random-drbg.c
index f9d11a3..9676f0e 100644
--- a/random/random-drbg.c
+++ b/random/random-drbg.c
@@ -899,8 +899,6 @@ drbg_ctr_update (drbg_state_t drbg, drbg_string_t *addtl, int reseed)
     memset (df_data, 0, drbg_statelen (drbg));
 
   /* 10.2.1.3.2 step 2 and 10.2.1.4.2 step 2 */
-  /* TODO use reseed variable to avoid re-doing DF operation */
-  (void) reseed;
   if (addtl && 0 < addtl->len)
     {
       ret =
-- 
2.9.3





More information about the Gcrypt-devel mailing list