load_private_key() loads all kinds of keys

This commit is contained in:
Andreas Steffen 2009-06-12 20:09:00 +02:00
parent 3c5a2342b4
commit 37c9f11f11

View File

@ -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;
}