diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-10-31 02:35:29 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-10-31 02:35:29 +0100 |
commit | 6e7882ebd4ed84ed371739970aaaf5d37f856014 (patch) | |
tree | ef849e866d30bc2c334e60692b0050880f906ca8 /src/protocols/ec25519_fhmqvc/state.c | |
parent | 39db0b827875a70e4af41a5003dd1b9fbcfb5f37 (diff) | |
download | fastd-6e7882ebd4ed84ed371739970aaaf5d37f856014.tar fastd-6e7882ebd4ed84ed371739970aaaf5d37f856014.zip |
ec25519-fhmqvc: some more refactoring
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/state.c')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/state.c b/src/protocols/ec25519_fhmqvc/state.c index e5ccb8d..fb00503 100644 --- a/src/protocols/ec25519_fhmqvc/state.c +++ b/src/protocols/ec25519_fhmqvc/state.c @@ -24,7 +24,7 @@ */ -#include "ec25519_fhmqvc.h" +#include "handshake.h" static void init_protocol_state(fastd_context_t *ctx) { |