Browse Source

add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;

OPENBSD_3_9
jmc 19 years ago
parent
commit
85780cfb06
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/lib/libc/crypt/crypt.3

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

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.24 2005/05/26 22:10:54 millert Exp $
.\" $OpenBSD: crypt.3,v 1.25 2005/10/02 08:06:52 jmc Exp $
.\"
.\" FreeSec: libcrypt
.\"
@ -39,7 +39,10 @@
.Nm setkey ,
.Nm encrypt ,
.Nm des_setkey ,
.Nm des_cipher
.Nm des_cipher ,
.Nm bcrypt_gensalt ,
.Nm bcrypt ,
.Nm md5crypt
.Nd DES encryption
.Sh SYNOPSIS
.Fd #include <pwd.h>


Loading…
Cancel
Save