On Mon, 2008-10-27 at 13:39 -0400, Peter Shoults wrote: > Mark Phalan wrote: > > 6756928 Kerberos incorrectly displays the error message "krb5 conf file > > not configured" > > http://cr.opensolaris.org/~mbp/6756928-error_table/ > > > This looks fine to me. > > 6756312 krb5int_pbkdf2_hmac_sha1() should not call C_DestroyObject() > > after C_GenerateKey() fails > > http://cr.opensolaris.org/~mbp/6756312-crypto_dump/ > > > > Why did you insert a space at line 98 with the sizeof (outlen)?
cstyle was complaining (which makes sense as 'sizeof' is a keyword and cstyle likes spaces after keywords). > > Otherwise good. Thanks, -M