summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-13 18:32:11 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-13 18:32:11 +0200
commit296fac170c7db8ae7e671a1712a220413365830b (patch)
tree7bc3c2efd7d87b1bfd0a5ce542e01c03f80b1339
parente628a01fffba231a1f0f729bdb509abcba6e6f0b (diff)
downloadfastd-296fac170c7db8ae7e671a1712a220413365830b.tar
fastd-296fac170c7db8ae7e671a1712a220413365830b.zip
Break very long line
-rw-r--r--src/protocols/ec25519_fhmqvc/handshake.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/handshake.c b/src/protocols/ec25519_fhmqvc/handshake.c
index 27cb843..12a99c3 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.c
+++ b/src/protocols/ec25519_fhmqvc/handshake.c
@@ -539,7 +539,8 @@ void fastd_protocol_ec25519_fhmqvc_handshake_init(fastd_context_t *ctx, const fa
fastd_send_handshake(ctx, sock, local_addr, remote_addr, peer, buffer);
}
-void fastd_protocol_ec25519_fhmqvc_handshake_handle(fastd_context_t *ctx, fastd_socket_t *sock, const fastd_peer_address_t *local_addr, const fastd_peer_address_t *remote_addr, fastd_peer_t *peer, const fastd_handshake_t *handshake, const fastd_method_info_t *method) {
+void fastd_protocol_ec25519_fhmqvc_handshake_handle(fastd_context_t *ctx, fastd_socket_t *sock, const fastd_peer_address_t *local_addr, const fastd_peer_address_t *remote_addr,
+ fastd_peer_t *peer, const fastd_handshake_t *handshake, const fastd_method_info_t *method) {
bool temporary_added = false;
fastd_protocol_ec25519_fhmqvc_maintenance(ctx);