mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
added missing whitespace
This commit is contained in:
parent
88206458ce
commit
6704d69f91
@ -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);
|
||||
|
@ -55,6 +55,7 @@ struct private_pubkey_cert_t {
|
||||
* key expiration time
|
||||
*/
|
||||
time_t notAfter;
|
||||
|
||||
/**
|
||||
* reference count
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user