From baaeb3397d03456f33f533965980935d92af9706 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 30 Jan 2000 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2000-01-30 --- ip/esp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ip/esp.c b/ip/esp.c index f04558583782e5f78c48fc0a4214abf210127a1e..399c91b0ece921087bb55fcef763977289bc2149 100644 --- a/ip/esp.c +++ b/ip/esp.c @@ -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, };