diff options
author | nectar <nectar@FreeBSD.org> | 2002-07-30 12:53:15 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-07-30 12:53:15 +0000 |
commit | edc9b2ee9255dea300433bec97af14d29cd0dca0 (patch) | |
tree | c35d8519d821182ef1e13281b5511890755fc5ca /secure | |
parent | 0518ae86745708bb5d6711b4bf7a4c3907b64029 (diff) | |
download | FreeBSD-src-edc9b2ee9255dea300433bec97af14d29cd0dca0.zip FreeBSD-src-edc9b2ee9255dea300433bec97af14d29cd0dca0.tar.gz |
Update to match reality (i.e. reference libcrypto headers and
libraries, not the no-longer-existent libdes).
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/des_crypt.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/des_crypt.3 b/secure/lib/libcrypto/des_crypt.3 index 0ecc416..ed12ff9 100644 --- a/secure/lib/libcrypto/des_crypt.3 +++ b/secure/lib/libcrypto/des_crypt.3 @@ -1,3 +1,4 @@ +.\" $FreeBSD$ .TH DES_CRYPT 3 .SH NAME des_read_password, des_read_2password, @@ -13,7 +14,7 @@ des_is_weak_key, crypt \- (non USA) DES encryption .nf .nj .ft B -#include <des.h> +#include <openssl/des.h> .PP .B int des_read_password(key,prompt,verify) des_cblock *key; @@ -461,9 +462,9 @@ is a replacement for the normal system crypt. It is much faster than the system crypt. .PP .SH FILES -/usr/include/des.h +/usr/include/openssl/des.h .br -/usr/lib/libdes.a +/usr/lib/libcrypto.a .PP The encryption routines have been tested on 16bit, 32bit and 64bit machines of various endian and even works under VMS. |