diff --git a/src/netif/ppp/mppe.c b/src/netif/ppp/mppe.c index 8c809405..4f2de3cd 100644 --- a/src/netif/ppp/mppe.c +++ b/src/netif/ppp/mppe.c @@ -48,14 +48,6 @@ #endif #define SHA1_SIGNATURE_SIZE 20 - -static unsigned int -setup_sg(struct scatterlist *sg, const void *address, unsigned int length) -{ - sg_set_buf(sg, address, length); - return length; -} - #define SHA1_PAD_SIZE 40 /*