[eventlet] Fixed wrap_socket missing ciphers parameter bug.
Upstream patch: https://github.com/eventlet/eventlet/commit/7aa50ad5
Without this fix, eventlet is ignoring the cipher list that is passed
in the gunicorn configs. We needed to make this fix locally as the
latest released version of eventlet doesn't work with any released
version of gunicorn.