8000 Improve altstack conditional consistency · Adam5Wu/bearssl-esp8266@0b78864 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b78864

Browse files
committed
Improve altstack conditional consistency
1 parent 0e902d4 commit 0b78864

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inc/bearssl_port.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
extern "C" {
66
#endif
77

8+
#ifdef ESP8266_ALTSTACK
9+
810
#include <stdint.h>
911

1012
extern void br_esp8266_stack_proxy_init(uint8_t *space, uint16_t size);
1113
extern size_t br_esp8266_stack_proxy_max();
1214
extern size_t br_esp8266_stack_proxy_usage();
1315
extern void br_esp8266_stack_proxy_deinit();
1416

17+
#endif
18+
1519
#ifdef __cplusplus
1620
};
1721
#endif

0 commit comments

Comments
 (0)
0