Geoff Thorpe deb4d50e51 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.
2000-04-20 06:44:18 +00:00
..
1999-04-29 16:04:54 +00:00
2000-02-03 23:23:24 +00:00
1999-09-09 20:15:17 +00:00
2000-02-03 23:23:24 +00:00
2000-01-30 23:46:18 +00:00
2000-02-03 23:23:24 +00:00