summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-07-30 12:53:15 +0000
committernectar <nectar@FreeBSD.org>2002-07-30 12:53:15 +0000
commitedc9b2ee9255dea300433bec97af14d29cd0dca0 (patch)
treec35d8519d821182ef1e13281b5511890755fc5ca /secure
parent0518ae86745708bb5d6711b4bf7a4c3907b64029 (diff)
downloadFreeBSD-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.37
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.
OpenPOWER on IntegriCloud