summaryrefslogtreecommitdiff
path: root/security/libdes/patches/patch-ag
blob: 45a12c1e42d7db0a4b33117f7202093b56284e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-ag,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $

--- ./des_crypt.man.orig	Thu Dec  4 05:35:37 1997
+++ ./des_crypt.man	Fri Mar 31 04:22:05 2000
@@ -1,4 +1,4 @@
-.TH DES_CRYPT 3 
+.TH LIBDES_CRYPT 3 
 .SH NAME
 des_read_password, des_read_2password,
 des_string_to_key, des_string_to_2key, des_read_pw_string,
@@ -13,7 +13,7 @@
 .nf
 .nj
 .ft B
-#include <des.h>
+#include <libdes.h>
 .PP
 .B int des_read_password(key,prompt,verify)
 des_cblock *key;
@@ -461,7 +461,7 @@
 It is much faster than the system crypt.
 .PP
 .SH FILES
-/usr/include/des.h
+/usr/include/libdes.h
 .br
 /usr/lib/libdes.a
 .PP