diff options
| author | Your Name <you@example.com> | 2026-05-17 14:49:16 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-17 14:49:16 +0530 |
| commit | 3342c8e7b4f645c75470d3d893d09037a672cfd2 (patch) | |
| tree | 0cee003b894525a6097b43ff5ccc0c35c9949900 /main/nip04.c | |
| parent | 4fb44e7aa8f4643f5027a41e81e96c9ca303930d (diff) | |
Bug fixes: reset_auth clears sessions, port 80 /usage shows real data, metric defaults to milliseconds, fix sys_evt stack overflow
Diffstat (limited to 'main/nip04.c')
| -rw-r--r-- | main/nip04.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/nip04.c b/main/nip04.c index 5526d4f..40cf98c 100644 --- a/main/nip04.c +++ b/main/nip04.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "nip04.h" | 1 | #include "nip04.h" |
| 2 | #include "esp_log.h" | 2 | #include "esp_log.h" |
| 3 | #include "esp_system.h" | 3 | #include "esp_system.h" |
| 4 | #include "esp_random.h" | ||
| 4 | #include "mbedtls/aes.h" | 5 | #include "mbedtls/aes.h" |
| 5 | #include <string.h> | 6 | #include <string.h> |
| 6 | #include <stdlib.h> | 7 | #include <stdlib.h> |