mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +00:00
PPP, MPPE, removed now useless setup_sg() function
This commit is contained in:
parent
7ea8a754c1
commit
a6c101aeb8
@ -48,14 +48,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SHA1_SIGNATURE_SIZE 20
|
#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
|
#define SHA1_PAD_SIZE 40
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user