From 2488110620a686fdd6f318ec4f2726000ed03e9a Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Tue, 30 Jul 2002 12:53:15 +0000 Subject: Update to match reality (i.e. reference libcrypto headers and libraries, not the no-longer-existent libdes). --- secure/lib/libcrypto/des_crypt.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/secure/lib/libcrypto/des_crypt.3 b/secure/lib/libcrypto/des_crypt.3 index 0ecc416877fe..ed12ff9322e8 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 +#include .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. -- cgit v1.2.3