12 lines
390 B
Text
12 lines
390 B
Text
$NetBSD: patch-ag,v 1.1 2005/11/03 19:59:39 minskim Exp $
|
|
|
|
--- crypt.c.orig 1991-11-08 13:59:54.000000000 -0800
|
|
+++ crypt.c
|
|
@@ -23,7 +23,6 @@
|
|
local int decrypt_byte OF((void));
|
|
local void update_keys OF((int c));
|
|
local void init_keys OF((char *passwd));
|
|
- int zencode OF((int c));
|
|
local int zdecode OF((int c));
|
|
|
|
local ulg keys[3]; /* keys defining the pseudo random sequence */
|