replaces old bzero() with memset().

This commit is contained in:
TLINDEN
2013-10-29 23:08:43 +01:00
parent 40a49cd76f
commit 58a3bca8d7
10 changed files with 13 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ void mkinvv(const char *name, int type) {
header->fileid = PCP_VAULT_ID;
header->version = PCP_VAULT_VERSION;
bzero(header->checksum, 32);
memset(header->checksum, 0, 32);
item->version = PCP_KEY_VERSION;
item->type = PCP_KEY_TYPE_SECRET;