Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: hartmans@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 520 Make krb5_setpw_result_string a krb5int_ function prototyped in k5-int.h. The prototype was already there, but the code did not match the function name. This needs to be pulled up to the release branch to fix Windows build because of a KRB5_CALLCONV issue. To generate a diff of this commit: cvs diff -r5.386 -r5.387 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.7 -r5.8 krb5/src/lib/krb5/krb/chpw.c cvs diff -r5.345 -r5.346 krb5/src/lib/krb5/os/ChangeLog cvs diff -r5.33 -r5.34 krb5/src/lib/krb5/os/changepw.c