From a6c101aeb81f0d65494f351d555df3f44fd56c77 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Sun, 29 Mar 2015 01:07:20 +0100 Subject: [PATCH] PPP, MPPE, removed now useless setup_sg() function --- src/netif/ppp/mppe.c | 8 -------- 1 file changed, 8 deletions(-) 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 /*