Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / libdes / patches / patch-ag
blob5dfef356c37952da2fa2b02b045fab553c640e8b
1 $NetBSD$
3 --- ./des_crypt.man.orig        Thu Dec  4 05:35:37 1997
4 +++ ./des_crypt.man     Fri Mar 31 04:22:05 2000
5 @@ -1,4 +1,4 @@
6 -.TH DES_CRYPT 3 
7 +.TH LIBDES_CRYPT 3 
8  .SH NAME
9  des_read_password, des_read_2password,
10  des_string_to_key, des_string_to_2key, des_read_pw_string,
11 @@ -13,7 +13,7 @@
12  .nf
13  .nj
14  .ft B
15 -#include <des.h>
16 +#include <libdes.h>
17  .PP
18  .B int des_read_password(key,prompt,verify)
19  des_cblock *key;
20 @@ -461,7 +461,7 @@
21  It is much faster than the system crypt.
22  .PP
23  .SH FILES
24 -/usr/include/des.h
25 +/usr/include/libdes.h
26  .br
27  /usr/lib/libdes.a
28  .PP