remove unnecessary code

This commit is contained in:
Nils Larsch
2006-03-18 14:22:20 +00:00
parent 95e362c6da
commit 33af4421f2
5 changed files with 1 additions and 14 deletions

View File

@@ -285,7 +285,6 @@ err:
BN_clear_free(r);
}
if (ctx_in == NULL) BN_CTX_free(ctx);
if (kinv != NULL) BN_clear_free(kinv);
BN_clear_free(&k);
BN_clear_free(&kq);
return(ret);