pkgsrc/security/libdes/patches/patch-ag
rh cae86cc092 Initial import of libdes-4.04b, a small DES (Data Encryption Standard) lib
and standalone program.  Closes PR 10532 by John Refling
<refling@comet.lbl.gov>
2000-11-23 13:16:10 +00:00

28 lines
610 B
Text

$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