2014-10-20 12:25:38 -07:00

7 lines
104 B
C

#ifndef __ZEROIZE_H__
#define __ZEROIZE_H__
void zeroize(unsigned char* b, unsigned long len);
#endif