summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/conf.c b/lib/conf.c
index 37fd9b4..e863381 100644
--- a/lib/conf.c
+++ b/lib/conf.c
@@ -26,8 +26,8 @@
#cacertpath = STRING
certfile = STRING
certkeyfile = STRING
- pskstr = STRING # Transport pre-shared key, ASCII (UTF-8?) string form.
- pskhexstr = STRING # Transport pre-shared key, hexadecimal string form.
+ pskstr = STRING # Transport pre-shared key, UTF-8 form.
+ pskhexstr = STRING # Transport pre-shared key, ASCII hex form.
pskid = STRING
pskex = "PSK"|"DHE_PSK"|"RSA_PSK"
}