* k5-int.h: define for WIN32 the macro krb5int_zap_data to utilize the Win32 API SecureZeroMemory which is guaranteed by Microsoft not to be optimized out by the compiler. Both memset and ZeroMemory will be optimized out by the compiler when possible. To generate a diff of this commit: cvs diff -r1.444 -r1.445 krb5/src/include/ChangeLog cvs diff -r1.164 -r1.165 krb5/src/include/k5-int.h