Commit deb4d50e authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Previously, the default RSA_METHOD was NULL until the first RSA structure was

initialised, at which point an appropriate default was chosen. This meant a
call to RSA_get_default_method might have returned FALSE.

This change fixes that; now any called to RSA_new(), RSA_new_method(NULL), or
RSA_get_default_method() will ensure that a default is chosen if it wasn't
already.
parent ffb48878
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment