aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ppp/ppp_mppe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
index bd3c80b0bc77..de3b57d09d0c 100644
--- a/drivers/net/ppp/ppp_mppe.c
+++ b/drivers/net/ppp/ppp_mppe.c
@@ -64,7 +64,6 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
64MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support"); 64MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
65MODULE_LICENSE("Dual BSD/GPL"); 65MODULE_LICENSE("Dual BSD/GPL");
66MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE)); 66MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
67MODULE_SOFTDEP("pre: arc4");
68MODULE_VERSION("1.0.2"); 67MODULE_VERSION("1.0.2");
69 68
70#define SHA1_PAD_SIZE 40 69#define SHA1_PAD_SIZE 40