~kris/9p

9hist

7890e215b90feb90f359e4c560fda13c2869d504 — David du Colombier 29 years ago 095a5fd
Plan 9 from Bell Labs 1997-06-19
1 files changed, 0 insertions(+), 3 deletions(-)

M port/devssl.c
M port/devssl.c => port/devssl.c +0 -3
@@ 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);
}