Browse Source

don't need cleanup and free

David Rose 16 years ago
parent
commit
ba686b6f6a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/plugin/p3dCert.cxx

+ 0 - 1
direct/src/plugin/p3dCert.cxx

@@ -390,7 +390,6 @@ verify_cert() {
     _verify_result = X509_STORE_CTX_get_error(ctx);
     _verify_result = X509_STORE_CTX_get_error(ctx);
   }
   }
 
 
-  X509_STORE_CTX_cleanup(ctx);
   X509_STORE_CTX_free(ctx);
   X509_STORE_CTX_free(ctx);
 
 
   X509_STORE_free(store);
   X509_STORE_free(store);