removed rsa_private_key clone() function

This commit is contained in:
Andreas Steffen
2007-09-11 16:26:08 +00:00
parent 780390e96a
commit c1ff717690
3 changed files with 24 additions and 144 deletions
@@ -751,7 +751,7 @@ static status_t rsa_signature(private_local_credential_store_t *this,
{
if (current->belongs_to(current, pubkey))
{
key = current->clone(current);
key = current;
break;
}
}