summaryrefslogtreecommitdiff
path: root/lib/libskey/skey_crypt.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-03-08 06:22:51 +0000
committerPaul Traina <pst@FreeBSD.org>1997-03-08 06:22:51 +0000
commit1a277b7ae953d189c146857f41a3b0fc9deab4d2 (patch)
tree9d09de273472ca9b2fc15b07f216358dedf71636 /lib/libskey/skey_crypt.c
parenteb2c768ebb95e3ac89792f73be081c0135bcae6d (diff)
Notes
Diffstat (limited to 'lib/libskey/skey_crypt.c')
-rw-r--r--lib/libskey/skey_crypt.c6
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;
{