]> git.kaiwu.me - nginx.git/commit
Removed ENGINE_load_builtin_engines() call.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 Jan 2012 07:38:27 +0000 (07:38 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 Jan 2012 07:38:27 +0000 (07:38 +0000)
commit90a7a8f5d98b464b675c883383185a5048fc22db
tree0691c1a506d99ea64e044c75e373bb9d6b26ea84
parent94992aa62ee65812fef0c9f3e1c1b9d80e0badfe
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.
src/event/ngx_event_openssl.c