HomeFreeBSD

Simplify error handling logic a bit: there is no immediate need to free

Description

Simplify error handling logic a bit: there is no immediate need to free
resources after initial BN_bin2bn() calls for p' and g'; just utilize
the original code and call BN_free() after initializing `a' if anything
had failed.

Details

Provenance
danfeAuthored on
Parents
rP497024: Drop maintainership; upstream ignores bug reports.
Branches
Unknown
Tags
Unknown