diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-03-08 06:22:51 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-03-08 06:22:51 +0000 |
| commit | 1a277b7ae953d189c146857f41a3b0fc9deab4d2 (patch) | |
| tree | 9d09de273472ca9b2fc15b07f216358dedf71636 /lib/libskey/skey_crypt.c | |
| parent | eb2c768ebb95e3ac89792f73be081c0135bcae6d (diff) | |
Notes
Diffstat (limited to 'lib/libskey/skey_crypt.c')
| -rw-r--r-- | lib/libskey/skey_crypt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libskey/skey_crypt.c b/lib/libskey/skey_crypt.c index 79e56358141e..6ed6bdb154ae 100644 --- a/lib/libskey/skey_crypt.c +++ b/lib/libskey/skey_crypt.c @@ -8,9 +8,9 @@ /* skey_crypt - return encrypted UNIX passwd if s/key or regular password ok */ -char *skey_crypt(pp, salt, pwd, pwok) -char *pp; -char *salt; +char *skey_crypt(pp, salt, pwd, pwok) +char *pp; +char *salt; struct passwd *pwd; int pwok; { |
