Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/crypto/crypto_util.h
Co-authored-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
mhdawson and RaisinTen authored Oct 14, 2021
commit a04c34396f1f8a5f0742ebcfc7b299b0bec1c269
2 changes: 1 addition & 1 deletion src/crypto/crypto_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ struct EnginePointer {
// This also does the equivalent of ENGINE_free.
CHECK_EQ(ENGINE_finish(engine), 1);
} else {
ENGINE_free(engine);
CHECK_EQ(ENGINE_free(engine), 1);
}
}
engine = engine_;
Expand Down