00001 00009 #ifndef _PKIFMEMORYUTILS_H_ 00010 #define _PKIFMEMORYUTILS_H_ 00011 00012 #include "PKIFdll.h" 00013 00014 // work around optimizer bugs in various compilers when 00015 // something needs to be zeroed for security reasons 00016 CAC_API void * PKIFZero(void * buf, size_t len); 00017 00018 #endif