summaryrefslogtreecommitdiffstats
path: root/src/protocols/ec25519_fhmqvc/handshake.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-31 02:35:29 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-31 02:35:29 +0100
commit6e7882ebd4ed84ed371739970aaaf5d37f856014 (patch)
treeef849e866d30bc2c334e60692b0050880f906ca8 /src/protocols/ec25519_fhmqvc/handshake.c
parent39db0b827875a70e4af41a5003dd1b9fbcfb5f37 (diff)
downloadfastd-6e7882ebd4ed84ed371739970aaaf5d37f856014.tar
fastd-6e7882ebd4ed84ed371739970aaaf5d37f856014.zip
ec25519-fhmqvc: some more refactoring
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/handshake.c')
-rw-r--r--src/protocols/ec25519_fhmqvc/handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/handshake.c b/src/protocols/ec25519_fhmqvc/handshake.c
index 43f5797..c9dbcf1 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.c
+++ b/src/protocols/ec25519_fhmqvc/handshake.c
@@ -24,7 +24,7 @@
*/
-#include "ec25519_fhmqvc.h"
+#include "handshake.h"
#include "../../handshake.h"