[pubcookie-users] Re: login server - initial install trouble
Gary Mills
mills at cc.UManitoba.CA
Mon Feb 10 17:27:12 PST 2003
On Mon, Feb 10, 2003 at 04:27:43PM -0800, Kevin Bowen wrote:
> Hello,
> Thanks for the patch. I'm having a hard time though finding the relevant section to add the 2048 to... I don't see any explicit reference to these key lengths. Could you possibly point me to the code block I should be looking at?
It's hidden in this line:
static int sig_len[3] = { PBC_SIG_LEN, PBC_SIG_LEN/2, 0 };
Changing it to something like:
static int sig_len[4] = { PBC_SIG_LEN, PBC_SIG_LEN*2, PBC_SIG_LEN/2, 0 };
should do it.
--
-Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
More information about the pubcookie-users
mailing list