diff options
author | deraadt <> | 2021-10-29 10:54:33 +0000 |
---|---|---|
committer | deraadt <> | 2021-10-29 10:54:33 +0000 |
commit | 30e48389a9a0526b8590730f6fa5dbfa186c8e25 (patch) | |
tree | 21c4559908f1eda4b56b790044d483c937b20494 | |
parent | 17618e93d607720049f35adbd9ea46ae2fd49b3b (diff) | |
download | openbsd-30e48389a9a0526b8590730f6fa5dbfa186c8e25.tar.gz openbsd-30e48389a9a0526b8590730f6fa5dbfa186c8e25.tar.bz2 openbsd-30e48389a9a0526b8590730f6fa5dbfa186c8e25.zip |
add missing .h file include
from Emil Engler
-rw-r--r-- | src/lib/libc/crypt/crypt_checkpass.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt_checkpass.3 b/src/lib/libc/crypt/crypt_checkpass.3 index 9e0561130a..07a77ae7c0 100644 --- a/src/lib/libc/crypt/crypt_checkpass.3 +++ b/src/lib/libc/crypt/crypt_checkpass.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypt_checkpass.3,v 1.12 2019/07/29 23:14:06 deraadt Exp $ | 1 | .\" $OpenBSD: crypt_checkpass.3,v 1.13 2021/10/29 10:54:33 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: July 29 2019 $ | 17 | .Dd $Mdocdate: October 29 2021 $ |
18 | .Dt CRYPT_CHECKPASS 3 | 18 | .Dt CRYPT_CHECKPASS 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -22,6 +22,7 @@ | |||
22 | .Nm crypt_newhash | 22 | .Nm crypt_newhash |
23 | .Nd password hashing | 23 | .Nd password hashing |
24 | .Sh SYNOPSIS | 24 | .Sh SYNOPSIS |
25 | .In pwd.h | ||
25 | .In unistd.h | 26 | .In unistd.h |
26 | .Ft int | 27 | .Ft int |
27 | .Fn crypt_checkpass "const char *password" "const char *hash" | 28 | .Fn crypt_checkpass "const char *password" "const char *hash" |