Changed the static function name in openssl_rsa_public_key object

Removed unused chunk variable from PTS verify_quote_signature function
This commit is contained in:
Sansar Choinyambuu
2011-11-28 21:17:16 +01:00
committed by Andreas Steffen
parent 5242a729ca
commit 824ace105a
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ METHOD(imc_t, type_supported, bool,
METHOD(imc_t, destroy, void,
private_tnc_imc_t *this)
{
dlclose(this->handle);
//dlclose(this->handle);
this->mutex->destroy(this->mutex);
free(this->supported_types);
free(this->name);
+1 -1
View File
@@ -162,7 +162,7 @@ METHOD(imv_t, type_supported, bool,
METHOD(imv_t, destroy, void,
private_tnc_imv_t *this)
{
dlclose(this->handle);
//dlclose(this->handle);
this->mutex->destroy(this->mutex);
free(this->supported_types);
free(this->name);