This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;
OPENBSD_3_9
jmc
19 years ago
parent
4ec91aeee3
commit
85780cfb06
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.2
4 2005/05/26 22:10:54 millert
Exp $
.\" $OpenBSD: crypt.3,v 1.2
5 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>
Write
Preview
Loading…
Cancel
Save