From: Richard Basch Date: Sat, 2 Dec 1995 16:35:47 +0000 (+0000) Subject: Fixed the description of the algorithm in the comment X-Git-Tag: krb5-1.0-beta6~750 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43ee5331d2b0a9d8c3282ba4fbaac4a7a11ceec4;p=krb5.git Fixed the description of the algorithm in the comment git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7157 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/d3_str2ky.c b/src/lib/crypto/des/d3_str2ky.c index 6acf21870..6e01b5c6d 100644 --- a/src/lib/crypto/des/d3_str2ky.c +++ b/src/lib/crypto/des/d3_str2ky.c @@ -31,8 +31,7 @@ * a usable DES key with odd parity, and then encrypt the set of three usable * DES keys using Triple-DES CBC mode. The result is then treated as three * DES keys, and should be corrected for parity. Any DES key that is weak or - * semi-weak is to be corrected by eXclusive-ORing the first octet with the - * value 0xF0. + * semi-weak is to be corrected by eXclusive-ORing with 00000000000000F0. */ static mit_des_cblock zero_ivec = { 0, 0, 0, 0, 0, 0, 0, 0 };