Skip to content
Snippets Groups Projects
Commit 1bf25bf4 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

net: link to crypt, not OpenSSL's crypto

There seems to be a confusion between crypt(3) and crypto(7) here.
The crypt function is defined in unistd.h and is used for password
and data encryption, while crypto is OpenSSL's library implementing
cryptographic algorithms used in Internet standards.

crypt  - https://www.unix.com/man-page/all/3C/crypt
crypto - https://www.openssl.org/docs/man1.1.1/man7/crypto.html
parent a6c6a870
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment