~kris/9p

9hist

baaeb3397d03456f33f533965980935d92af9706 — David du Colombier 26 years ago cd47f24
Plan 9 from Bell Labs 2000-01-30
1 files changed, 2 insertions(+), 2 deletions(-)

M ip/esp.c
M ip/esp.c => ip/esp.c +2 -2
@@ 132,8 132,8 @@ static Algorithm espalg[] =
static Algorithm ahalg[] =
{
	"null",			0,	nullahinit,
	"seanq_hmac_sha1_96",		128,	shaahinit,
	"seanq_hmac_md5_96",		128,	md5ahinit,
	"hmac_sha1_96",		128,	shaahinit,
	"hmac_md5_96",		128,	md5ahinit,
	nil,			0,	nil,
};