| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: jim@bilbo.suite.com (Jim Miller)
Date: Thu, 5 Jan 95 15:56:39 -0600
To: krb5-bugs@MIT.EDU
Reply-To: Jim_Miller@suite.com
This bug report is for KRB5, beta 4, patchlevel 3.
There is a typo in the printf on line 385 of the file des/verify.c
Is:
printf("%02 X ",in[j] & 0xff);
^^
Should be:
printf("%02X ",in[j] & 0xff);
^^
Jim_Miller@suite.com
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |