svn rev #22770: trunk/src/lib/crypto/krb/rand2key/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Wed Sep 16 13:58:58 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22770
Commit By: tsitkova
Log Message:
Fix return value of krb5int_des_make_key from rev 22769.




Changed Files:
U   trunk/src/lib/crypto/krb/rand2key/des_rand2key.c
Modified: trunk/src/lib/crypto/krb/rand2key/des_rand2key.c
===================================================================
--- trunk/src/lib/crypto/krb/rand2key/des_rand2key.c	2009-09-16 16:51:13 UTC (rev 22769)
+++ trunk/src/lib/crypto/krb/rand2key/des_rand2key.c	2009-09-16 17:58:58 UTC (rev 22770)
@@ -47,6 +47,8 @@
             ((key->contents[6]&1)<<7));
 
     mit_des_fixup_key_parity(key->contents);
+
+    return(0);
 }
 
 




More information about the cvs-krb5 mailing list