aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-27 16:38:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-27 16:38:29 +0000
commit1dfe9d2c2b33078614179e4bcd43181e8aa782c3 (patch)
tree4aa6107a74f9779f4c4dcc1e61487de82d33417b /src/psyc
parent1f5714ff6c83585cb7cd701ca3b7176ef42d3e60 (diff)
downloadgnunet-1dfe9d2c2b33078614179e4bcd43181e8aa782c3.tar.gz
gnunet-1dfe9d2c2b33078614179e4bcd43181e8aa782c3.zip
-GADS is now called GNS
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/psyc_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psyc/psyc_api.c b/src/psyc/psyc_api.c
index 61b57c050..f85bb7ae8 100644
--- a/src/psyc/psyc_api.c
+++ b/src/psyc/psyc_api.c
@@ -451,7 +451,7 @@ disconnect (void *c)
451 * @param channel_key ECC key that will be used to sign messages for this 451 * @param channel_key ECC key that will be used to sign messages for this
452 * PSYC session. The public key is used to identify the PSYC channel. 452 * PSYC session. The public key is used to identify the PSYC channel.
453 * Note that end-users will usually not use the private key directly, but 453 * Note that end-users will usually not use the private key directly, but
454 * rather look it up in GADS for places managed by other users, or select 454 * rather look it up in GNS for places managed by other users, or select
455 * a file with the private key(s) when setting up their own channels 455 * a file with the private key(s) when setting up their own channels
456 * FIXME: we'll likely want to use NOT the p521 curve here, but a cheaper 456 * FIXME: we'll likely want to use NOT the p521 curve here, but a cheaper
457 * one in the future. 457 * one in the future.