diff options
author | 2005-05-26 22:10:54 +0000 | |
---|---|---|
committer | 2005-05-26 22:10:54 +0000 | |
commit | 19d11cf1b71a05062257b6e64e872d61e7b6bd0d (patch) | |
tree | 3332b534b4a7f2ca0abe3d17a18e0feebbe065bb /lib/libc/crypt | |
parent | Remove unused event/action caption. (diff) | |
download | wireguard-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.3 | 4 |
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 |