next try, don't call ENGINE_free; refs #25
This commit is contained in:
		| @@ -79,7 +79,9 @@ namespace openssl { | ||||
|       } | ||||
|       virtual ~Engine() { | ||||
|         OPENSSL_LOG("log"); | ||||
|         OPENSSL_CHECK(ENGINE_free(_e)); | ||||
|         // removed EngineMapper::destroy because of crash: | ||||
|         // https://dev.marc.waeckerlin.org/projects/libpcscxx/ticket/25 | ||||
|         //OPENSSL_CHECK(ENGINE_free(_e)); | ||||
|       } | ||||
|       virtual const char* id() = 0; | ||||
|       virtual const char* name() = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user