[noise] Declare the noise-c state alias with using

This commit is contained in:
J. Nick Koston
2026-09-07 13:21:19 +02:00
parent 55804e6e16
commit edec6aaf5e
+1 -1
View File
@@ -7,7 +7,7 @@
#include "esphome/core/log.h"
// noise-c handshake state; the full definition lives in <noise/protocol.h>
typedef struct NoiseHandshakeState_s NoiseHandshakeState;
using NoiseHandshakeState = struct NoiseHandshakeState_s;
namespace esphome::noise {