Skip to content

BN_free() and BN_clear_free() both accept NULL

Ondřej Surý requested to merge 3785-openssl-refactoring-8-cleanup into main

Remove the extra check in opensslrsa_components_free() as both BN_free() and BN_clear_free() both accepts NULL as valid argument and do nothing.

Closes #3785 (closed)

Merge request reports