From e0ae8e1950872a1207ee6c37764471170d6b2a93 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 13 May 2002 20:25:47 +0000 Subject: [PATCH] Fix a syntax error --- usr.sbin/ppp/mppe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index e060c39fb053..2ce267ddd164 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -127,6 +127,7 @@ MPPEReduceSessionKey(struct mppe_state *mp) case 56: mp->sesskey[0] = 0xd1; case 128: + break; } }