artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886ac1e
)
salt is an int32_t
author
deraadt
<deraadt@openbsd.org>
Mon, 31 Mar 1997 02:38:44 +0000
(
02:38
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 31 Mar 1997 02:38:44 +0000
(
02:38
+0000)
lib/libc/crypt/crypt.3
patch
|
blob
|
history
diff --git
a/lib/libc/crypt/crypt.3
b/lib/libc/crypt/crypt.3
index
65750c9
..
3e0e592
100644
(file)
--- a/
lib/libc/crypt/crypt.3
+++ b/
lib/libc/crypt/crypt.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: crypt.3,v 1.
5 1996/12/10 09:06:09
deraadt Exp $
+.\" $OpenBSD: crypt.3,v 1.
6 1997/03/31 02:38:44
deraadt Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@
-52,7
+52,7
@@
.Ft int
.Fn des_setkey "const char *key"
.Ft int
-.Fn des_cipher "const char *in" "char *out" "
long
salt" "int count"
+.Fn des_cipher "const char *in" "char *out" "
int32_t
salt" "int count"
.Sh DESCRIPTION
The
.Fn crypt