Files
esp-lwip/test/unit/ppp/test_pppos.h
David Cermak 87a4aa2d08 PPP: Add test exhibiting empty packet null-deref
Also updates lcp.c to compile with PPP_AUTH_SUPPORT=0 in clang

Picked from espressif/esp-lwip@202a07da
Patch posted https://savannah.nongnu.org/patch/?10179
Ref IDF-4797
2022-04-12 13:32:12 +02:00

14 lines
255 B
C

#ifndef LWIP_HDR_TEST_PPPOS_H
#define LWIP_HDR_TEST_PPPOS_H
#include "../lwip_check.h"
#include "netif/ppp/ppp.h"
#if PPP_SUPPORT && PPPOS_SUPPORT
Suite* pppos_suite(void);
#endif /* PPP_SUPPORT && PPPOS_SUPPORT */
#endif /* LWIP_HDR_TEST_PPPOS_H */