Commit f03380a
committed
Remove check for None in RsaPrivate.make_key().
The variable rsa is never None if it is successfully created.
Under all other circumstances an exception is raised which will skip the
execution of the remainder of this method.1 parent 4c1c578 commit f03380a
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
833 | | - | |
834 | 832 | | |
835 | 833 | | |
836 | 834 | | |
| |||
0 commit comments