added missing whitespace

This commit is contained in:
Andreas Steffen 2012-04-30 11:42:09 +02:00
parent 88206458ce
commit 6704d69f91
2 changed files with 2 additions and 1 deletions

View File

@ -433,7 +433,7 @@ static void *load_from_file(char *file, credential_type_t type, int subtype,
}
cred = load_from_blob(chunk_create(addr, sb.st_size), type, subtype,
subject,flags);
subject, flags);
munmap(addr, sb.st_size);
close(fd);

View File

@ -55,6 +55,7 @@ struct private_pubkey_cert_t {
* key expiration time
*/
time_t notAfter;
/**
* reference count
*/