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; } }