[PATCH] crypt.3: The library is "libcrypt", not "libcrypto"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



libcrypt is the password hashing library, and libcrypto is a completely
different library (OpenSSL cryptography library).

Signed-off-by: Xi Ruoyao <xry111@xxxxxxxxxxx>
---
 man3/crypt.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/crypt.3 b/man3/crypt.3
index 1f3e4792e..ad14cb4f7 100644
--- a/man3/crypt.3
+++ b/man3/crypt.3
@@ -20,7 +20,7 @@
 crypt, crypt_r \- password and data encryption
 .SH LIBRARY
 Encryption and decryption library
-.RI ( libcrypto ", " \-lcrypto )
+.RI ( libcrypt ", " \-lcrypt )
 .SH SYNOPSIS
 .nf
 .B #include <unistd.h>
-- 
2.41.0




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux