summaryrefslogtreecommitdiffstats
path: root/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-31 03:07:19 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-31 03:07:19 +0100
commit40ad5f5fccd08f4adcb3bf12ba1d3c68edb6acf8 (patch)
tree294792f2ef156788812158e6b558dd42e8bb47ca /src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
parent6e7882ebd4ed84ed371739970aaaf5d37f856014 (diff)
downloadfastd-40ad5f5fccd08f4adcb3bf12ba1d3c68edb6acf8.tar
fastd-40ad5f5fccd08f4adcb3bf12ba1d3c68edb6acf8.zip
More compat renaming
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h')
-rw-r--r--src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
index 4cd7217..5798a22 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
@@ -69,7 +69,7 @@ struct fastd_protocol_peer_state {
uint64_t last_handshake_serial;
aligned_int256_t peer_handshake_key;
aligned_int256_t sigma;
- fastd_sha256_t shared_handshake_key;
+ fastd_sha256_t shared_handshake_key_compat;
};