From 499d37da4f1602ca83315efb8741347d02899c7b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 24 May 2017 03:12:20 +0200 Subject: noise: no need to store ephemeral public key Signed-off-by: Jason A. Donenfeld --- src/noise.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/noise.h') diff --git a/src/noise.h b/src/noise.h index c9b2b56..ccceb6b 100644 --- a/src/noise.h +++ b/src/noise.h @@ -75,7 +75,6 @@ struct noise_handshake { struct noise_static_identity *static_identity; - u8 ephemeral_public[NOISE_PUBLIC_KEY_LEN]; u8 ephemeral_private[NOISE_PUBLIC_KEY_LEN]; u8 remote_static[NOISE_PUBLIC_KEY_LEN]; -- cgit v1.2.3