PPP, MPPE, removed now useless setup_sg() function

This commit is contained in:
Sylvain Rochet 2015-03-29 01:07:20 +01:00
parent 7ea8a754c1
commit a6c101aeb8

View File

@ -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
/*