Clear OpenSSL error queue if rdrand engine is unavailable#859
Clear OpenSSL error queue if rdrand engine is unavailable#859olszomal wants to merge 1 commit intosofthsm:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded error queue cleanup via Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ENGINE_by_id("rdrand")may leave an error in the OpenSSL error queue when the engine is not present, which is an expected condition.Clear the error queue in this case to avoid propagating stale errors from the error queue to subsequent OpenSSL operations.
Summary by CodeRabbit