mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
load_private_key() loads all kinds of keys
This commit is contained in:
parent
3c5a2342b4
commit
37c9f11f11
@ -163,7 +163,7 @@ private_key_t* load_private_key(char* filename, prompt_pass_t *pass,
|
||||
}
|
||||
else
|
||||
{
|
||||
plog(" error loading RSA private key file");
|
||||
plog(" error loading private key file");
|
||||
}
|
||||
return key;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user