Browse Source

salt is an int32_t

OPENBSD_2_1
deraadt 27 years ago
parent
commit
e701f6c1db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/crypt/crypt.3

+ 2
- 2
src/lib/libc/crypt/crypt.3 View File

@ -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


Loading…
Cancel
Save