From 7890e215b90feb90f359e4c560fda13c2869d504 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 19 Jun 1997 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1997-06-19 --- port/devssl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/port/devssl.c b/port/devssl.c index 49a6f09f5445f081b70cd745e493b82350e4682a..65fd3f1c0299dc2297dc748f7c47148f022ede0a 100644 --- a/port/devssl.c +++ b/port/devssl.c @@ -712,9 +712,6 @@ initRC4key(OneWay *w) w->state = 0; } - if(w->slen > 5) - w->slen = 5; - w->state = smalloc(sizeof(RC4state)); setupRC4state(w->state, w->secret, w->slen); }