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

@@ -852,8 +852,6 @@ static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
return res;
err:
if (res)
EVP_PKEY_free(res);
#ifndef OPENSSL_NO_RSA
if (rtmp)
RSA_free(rtmp);