summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skey_crypt.c
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1994-06-02 20:25:30 +0000
committerguido <guido@FreeBSD.org>1994-06-02 20:25:30 +0000
commitd14fac757a0ff9e57fe8ed77d238656f6db472cf (patch)
tree0759541af9483d7bd862615900161be036428d6e /lib/libskey/skey_crypt.c
parent2fdc4a4a0a8975dff8a67c11f60407816a4142c6 (diff)
downloadFreeBSD-src-d14fac757a0ff9e57fe8ed77d238656f6db472cf.zip
FreeBSD-src-d14fac757a0ff9e57fe8ed77d238656f6db472cf.tar.gz
Move skey.h to /usr/include so other packages will be able to use
libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way.
Diffstat (limited to 'lib/libskey/skey_crypt.c')
-rw-r--r--lib/libskey/skey_crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libskey/skey_crypt.c b/lib/libskey/skey_crypt.c
index ca1024f..b61bef0 100644
--- a/lib/libskey/skey_crypt.c
+++ b/lib/libskey/skey_crypt.c
@@ -3,8 +3,7 @@
#include <string.h>
#include <stdio.h>
#include <pwd.h>
-
-#include "skey.h"
+#include <skey.h>
/* skey_crypt - return encrypted UNIX passwd if s/key or regular password ok */
OpenPOWER on IntegriCloud