aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mppe.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-05-13 20:25:47 +0000
committerBrian Somers <brian@FreeBSD.org>2002-05-13 20:25:47 +0000
commite0ae8e1950872a1207ee6c37764471170d6b2a93 (patch)
tree57a1e0ae4e8545055af10555da0f6016a8102ac4 /usr.sbin/ppp/mppe.c
parentebfbe4e7fbcf563c1caf7bc9392c0ac21dc7eda6 (diff)
downloadsrc-e0ae8e1950872a1207ee6c37764471170d6b2a93.tar.gz
src-e0ae8e1950872a1207ee6c37764471170d6b2a93.zip
Fix a syntax error
Notes
Notes: svn path=/head/; revision=96544
Diffstat (limited to 'usr.sbin/ppp/mppe.c')
-rw-r--r--usr.sbin/ppp/mppe.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}