mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
ESP8684: Add esp8684 target to other repo for passing build
This commit is contained in:
@@ -170,11 +170,12 @@ lwip_hook_tcp_isn(const ip_addr_t *local_ip, u16_t local_port,
|
||||
assert(!esp_ptr_external_ram(esp_cpu_get_sp()));
|
||||
#endif
|
||||
|
||||
struct MD5Context ctx;
|
||||
md5_context_t ctx;
|
||||
esp_rom_md5_init(&ctx);
|
||||
esp_rom_md5_update(&ctx, input, sizeof(input));
|
||||
esp_rom_md5_final(output, &ctx);
|
||||
|
||||
|
||||
/* Arbitrarily take the first 32 bits from the generated hash. */
|
||||
MEMCPY(&isn, output, sizeof(isn));
|
||||
|
||||
|
Reference in New Issue
Block a user