diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/noise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noise.h b/src/noise.h index 05597cd..5eb3a88 100644 --- a/src/noise.h +++ b/src/noise.h @@ -54,10 +54,10 @@ struct noise_keypairs { }; struct noise_static_identity { - bool has_identity; u8 static_public[NOISE_PUBLIC_KEY_LEN]; u8 static_private[NOISE_PUBLIC_KEY_LEN]; struct rw_semaphore lock; + bool has_identity; }; enum noise_handshake_state { |