Browse Source

some of these functions are prototyped in pwd.h; ok deraadt@

OPENBSD_3_6
djm 20 years ago
parent
commit
720fa3edf8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libc/crypt/crypt.3

+ 2
- 1
src/lib/libc/crypt/crypt.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.21 2003/08/07 00:32:12 deraadt Exp $
.\" $OpenBSD: crypt.3,v 1.22 2004/04/06 11:00:32 djm Exp $
.\"
.\" FreeSec: libcrypt
.\"
@ -42,6 +42,7 @@
.Nm des_cipher
.Nd DES encryption
.Sh SYNOPSIS
.Fd #include <pwd.h>
.Fd #include <unistd.h>
.Ft char *
.Fn crypt "const char *key" "const char *setting"


Loading…
Cancel
Save