summaryrefslogtreecommitdiff
path: root/src/noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/noise.h b/src/noise.h
index 3f56854..1969945 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -18,8 +18,8 @@ extern volatile int host_packet_length;
enum handshake_state {
HANDSHAKE_UNINITIALIZED,
- HANDSHAKE_NOT_STARTED,
- HANDSHAKE_IN_PROGRESS,
+ HANDSHAKE_PHASE1,
+ HANDSHAKE_PHASE2,
HANDSHAKE_DONE_UNKNOWN_HOST,
HANDSHAKE_DONE_KNOWN_HOST,
};