Commit 370b3a4
committed
pgcrypto: Code cleanup for decrypt_internal.
Remove some unnecessary null-tests, and replace a goto-label construct
with an "if" block.
Michael Paquier, reviewed by me.1 parent c31b5d9 commit 370b3a4
1 file changed
+10
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
579 | | - | |
580 | | - | |
| 578 | + | |
581 | 579 | | |
| 580 | + | |
582 | 581 | | |
583 | 582 | | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
| 583 | + | |
| 584 | + | |
592 | 585 | | |
593 | | - | |
594 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
595 | 589 | | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
| 590 | + | |
| 591 | + | |
601 | 592 | | |
602 | 593 | | |
603 | 594 | | |
604 | 595 | | |
605 | | - | |
606 | | - | |
| 596 | + | |
607 | 597 | | |
608 | 598 | | |
609 | 599 | | |
| |||
0 commit comments