commit | 90a7a8f5d98b464b675c883383185a5048fc22db | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Jan 30 07:38:27 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Jan 30 07:38:27 2012 +0000 |
tree | 0691c1a506d99ea64e044c75e373bb9d6b26ea84 | |
parent | 94992aa62ee65812fef0c9f3e1c1b9d80e0badfe [diff] |
Removed ENGINE_load_builtin_engines() call. It's already called by OPENSSL_config(). Calling it again causes some openssl engines (notably GOST) to corrupt memory, as they don't expect to be created more than once.