Skip to content

Remove check for None in RsaPrivate.make_key().#98

Merged
dgarske merged 1 commit intowolfSSL:masterfrom
roberthdevries:remove-dead-code
Apr 9, 2026
Merged

Remove check for None in RsaPrivate.make_key().#98
dgarske merged 1 commit intowolfSSL:masterfrom
roberthdevries:remove-dead-code

Conversation

@roberthdevries
Copy link
Copy Markdown
Contributor

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.

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.
@dgarske dgarske merged commit ca83d63 into wolfSSL:master Apr 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants