upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/nip04.c
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-17 14:49:16 +0530
committerYour Name <you@example.com>2026-05-17 14:49:16 +0530
commit3342c8e7b4f645c75470d3d893d09037a672cfd2 (patch)
tree0cee003b894525a6097b43ff5ccc0c35c9949900 /main/nip04.c
parent4fb44e7aa8f4643f5027a41e81e96c9ca303930d (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.c1
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>