next try, don't call ENGINE_free; refs #25

master
Marc Wäckerlin 12 years ago
parent eba2691601
commit 3cb5e03609
  1. 4
      src/openssl-engine.hxx

@ -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;

Loading…
Cancel
Save