summaryrefslogtreecommitdiffstats
path: root/src/protocols/ec25519_fhmqvc/util.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-08-18 21:34:53 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-08-18 21:34:53 +0200
commit2352e1a79e6f77cb894f5b65b1632e27cd0695a9 (patch)
tree921dba0986760d57986d84f930911cbff1ced4bb /src/protocols/ec25519_fhmqvc/util.c
parentc251df4a17e45460fa20822df596e507ef1b1629 (diff)
downloadfastd-2352e1a79e6f77cb894f5b65b1632e27cd0695a9.tar
fastd-2352e1a79e6f77cb894f5b65b1632e27cd0695a9.zip
Rename "temporary peers" to "dynamic peers"
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/util.c')
-rw-r--r--src/protocols/ec25519_fhmqvc/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/util.c b/src/protocols/ec25519_fhmqvc/util.c
index e4a0c08..2aea52d 100644
--- a/src/protocols/ec25519_fhmqvc/util.c
+++ b/src/protocols/ec25519_fhmqvc/util.c
@@ -92,7 +92,7 @@ void fastd_protocol_ec25519_fhmqvc_set_shell_env(fastd_shell_env_t *env, const f
/**
Generates a protocol-specific string representation of a peer
- This will only be used for peers without names (e.g. temporary peers) and
+ This will only be used for peers without names (e.g. dynamic peers) and
creates a string containing the first 16 hexadecimal digits of the peer's
public key.
*/