summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-10-29 10:54:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-10-29 10:54:34 +0000
commit4c2937bb44fc15dd7e216862f0623918523e9533 (patch)
treee8322b1a3ea4a856aaafca66a932a7618b2d326f /lib
parent01c794cac666c55cc7b89f8cf67c210289a9d173 (diff)
add missing .h file include
from Emil Engler
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/crypt/crypt_checkpass.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt_checkpass.3 b/lib/libc/crypt/crypt_checkpass.3
index 9e0561130a1..07a77ae7c0b 100644
--- a/lib/libc/crypt/crypt_checkpass.3
+++ b/lib/libc/crypt/crypt_checkpass.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt_checkpass.3,v 1.12 2019/07/29 23:14:06 deraadt Exp $
+.\" $OpenBSD: crypt_checkpass.3,v 1.13 2021/10/29 10:54:33 deraadt Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 29 2019 $
+.Dd $Mdocdate: October 29 2021 $
.Dt CRYPT_CHECKPASS 3
.Os
.Sh NAME
@@ -22,6 +22,7 @@
.Nm crypt_newhash
.Nd password hashing
.Sh SYNOPSIS
+.In pwd.h
.In unistd.h
.Ft int
.Fn crypt_checkpass "const char *password" "const char *hash"