summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-05-26 22:10:54 +0000
committermillert <millert@openbsd.org>2005-05-26 22:10:54 +0000
commit19d11cf1b71a05062257b6e64e872d61e7b6bd0d (patch)
tree3332b534b4a7f2ca0abe3d17a18e0feebbe065bb /lib/libc/crypt
parentRemove unused event/action caption. (diff)
downloadwireguard-openbsd-19d11cf1b71a05062257b6e64e872d61e7b6bd0d.tar.xz
wireguard-openbsd-19d11cf1b71a05062257b6e64e872d61e7b6bd0d.zip
sync setkey prototype with reality
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r--lib/libc/crypt/crypt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 2bc03fdd41a..07cbbfcee28 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.23 2005/02/25 03:12:43 cloder Exp $
+.\" $OpenBSD: crypt.3,v 1.24 2005/05/26 22:10:54 millert Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -47,7 +47,7 @@
.Ft char *
.Fn crypt "const char *key" "const char *setting"
.Ft int
-.Fn setkey "char *key"
+.Fn setkey "const char *key"
.Ft int
.Fn encrypt "char *block" "int flag"
.Ft int