Commit 5c0c317
authored
Remove asserts checking OpenSSL error queues (#66443)
Fixes #44689
As of #65148, libraries use different approach to handling OpenSSL errors. The original assert which would be hit if a previous operation left errors in the queue is no longer necessary as all OpenSSL calls are prepended by `ERR_clear_error()` to make sure the latest (and most relevant) error is reported.1 parent 801e81e commit 5c0c317
1 file changed
Lines changed: 0 additions & 8 deletions
File tree
- src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | 480 | | |
485 | 481 | | |
486 | 482 | | |
| |||
521 | 517 | | |
522 | 518 | | |
523 | 519 | | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | 520 | | |
529 | 521 | | |
530 | 522 | | |
| |||
0 commit comments