commit | d21bf10dea6588b632a65b4fe594e04f288aad83 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat Sep 01 11:30:53 2012 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sat Sep 01 11:30:53 2012 +0000 |
tree | 6000e47b0d4e81d22cc94d8775c921af4146118f | |
parent | d47c01a31a67ff4370b1883a58cabd0279752bb4 [diff] |
Don't load GOST ENGINE if it is already loaded. Multiple copies of the ENGINE will cause problems when it is cleaned up as the methods are stored in static structures which will be overwritten and freed up more than once. Set static methods to NULL when the ENGINE is freed so it can be reloaded.