summaryrefslogtreecommitdiffstats
path: root/lib/libsectok
diff options
context:
space:
mode:
authorrees <rees@openbsd.org>2001-07-17 21:10:56 +0000
committerrees <rees@openbsd.org>2001-07-17 21:10:56 +0000
commit33081d5bc5eb62ea8667740c748f65bc1597c79b (patch)
treeaea1550b4d459bfdbd0985f576cc3d1a2a5a07db /lib/libsectok
parentkeep track of both maxfd and the size of the malloc'ed fdsets. (diff)
downloadwireguard-openbsd-33081d5bc5eb62ea8667740c748f65bc1597c79b.tar.xz
wireguard-openbsd-33081d5bc5eb62ea8667740c748f65bc1597c79b.zip
0x6982 "unreadable" -> "permission denied"
Diffstat (limited to 'lib/libsectok')
-rw-r--r--lib/libsectok/r1r2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/r1r2.c b/lib/libsectok/r1r2.c
index 83927f2b8cd..7c56dee5789 100644
--- a/lib/libsectok/r1r2.c
+++ b/lib/libsectok/r1r2.c
@@ -1,4 +1,4 @@
-/* $Id: r1r2.c,v 1.4 2001/07/02 20:07:08 rees Exp $ */
+/* $Id: r1r2.c,v 1.5 2001/07/17 21:10:56 rees Exp $ */
/*
copyright 1999
@@ -78,7 +78,7 @@ static struct r1r2s {
{0x6381, "invalid key"},
{0x67ff, "invalid length; should be %x"},
{0x6980, "bad param"},
- {0x6982, "unreadable"},
+ {0x6982, "permission denied"},
{0x6983, "auth method blocked"},
{0x6984, "data invalid"},
{0x6985, "no file selected"},