* k5-int.h: define for WIN32 the macro krb5int_zap_data to
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 15 Jul 2004 07:38:09 +0000 (07:38 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 15 Jul 2004 07:38:09 +0000 (07:38 +0000)
commit492e321bff67f150817dac59d9633bd17a07ccd7
tree6583a933b3845790a09d8ce05b928f9f8f2ef9ad
parenta72be1fe336ddc69a8f9fe6df9ff3ca947ac7fa0
* 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.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16600 dc483132-0cff-0310-8789-dd5450dbe970
src/include/ChangeLog
src/include/k5-int.h