public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypt.3: The library is "libcrypt", not "libcrypto"
@ 2023-07-15 18:41 Xi Ruoyao
  2023-07-16  0:59 ` Alejandro Colomar
  0 siblings, 1 reply; 5+ messages in thread
From: Xi Ruoyao @ 2023-07-15 18:41 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Xi Ruoyao

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

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-16  1:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-15 18:41 [PATCH] crypt.3: The library is "libcrypt", not "libcrypto" Xi Ruoyao
2023-07-16  0:59 ` Alejandro Colomar
2023-07-16  1:18   ` Xi Ruoyao
2023-07-16  1:37     ` Alejandro Colomar
2023-07-16  1:56       ` Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox