shithub: mc

Download patch

ref: c4a44cb22e7c03cce48b9bd94e8e27349ce01c6b
parent: 5538fd4100c6e911752105ab49176833a9c1e499
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Dec 1 20:20:44 EST 2016

Remove an unused constant.

--- a/lib/crypto/rand.myr
+++ b/lib/crypto/rand.myr
@@ -13,7 +13,6 @@
 ;;
 
 const Stirinterval = 16*std.MiB
-const Secretsz = 40
 var buf : byte[4096]	/* let's not encrypt too often */
 var rem	: std.size	/* size remaining in buffer */
 var cnt	: std.size	/* count we've read since last stirring of entropy */