K 10 svn:author V 5 danfe K 8 svn:date V 27 2019-03-28T14:37:33.984964Z K 7 svn:log V 228 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. END