aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-23 16:32:26 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-23 16:35:06 +0200
commitb9e4bb72104b4871bf4443fc8a8fbb21d8c1944c (patch)
tree22b3c6b42d57f0b1d925056f53c5e3cf3a934e7e /src/include
parentaf8cf3fa1402728e46b648d44739ee379fb7f81d (diff)
downloadgnunet-b9e4bb72104b4871bf4443fc8a8fbb21d8c1944c.tar.gz
gnunet-b9e4bb72104b4871bf4443fc8a8fbb21d8c1944c.zip
ignore hostname if we have unixpath
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index b3f1eb632..20846238b 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -499,10 +499,10 @@ GNUNET_GNSRECORD_pkey_to_zkey (const struct GNUNET_CRYPTO_EcdsaPublicKey *pkey);
499 499
500 500
501/** 501/**
502 * Convert an absolute domain name in the ".zkey" pTLD to the 502 * Convert an absolute domain name to the
503 * respective public key. 503 * respective public key.
504 * 504 *
505 * @param zkey string "X.zkey" where X is the public 505 * @param zkey string "X" where X is the public
506 * key in an encoding suitable for DNS labels. 506 * key in an encoding suitable for DNS labels.
507 * @param pkey set to a public key on the eliptic curve 507 * @param pkey set to a public key on the eliptic curve
508 * @return #GNUNET_SYSERR if @a zkey has the wrong syntax 508 * @return #GNUNET_SYSERR if @a zkey has the wrong syntax