diff options
| author | deraadt <> | 2021-10-29 10:54:33 +0000 |
|---|---|---|
| committer | deraadt <> | 2021-10-29 10:54:33 +0000 |
| commit | ef0f061d268138101eb33f5745772040762a8a23 (patch) | |
| tree | 21c4559908f1eda4b56b790044d483c937b20494 /src/lib/libc | |
| parent | c9f0ece70f33a0e42ce0970c34b2c93f96c2ecd6 (diff) | |
| download | openbsd-ef0f061d268138101eb33f5745772040762a8a23.tar.gz openbsd-ef0f061d268138101eb33f5745772040762a8a23.tar.bz2 openbsd-ef0f061d268138101eb33f5745772040762a8a23.zip | |
add missing .h file include
from Emil Engler
Diffstat (limited to 'src/lib/libc')
| -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" |
