修改nginx代码支持从文件读取密文密码

主要修改的是event模块下的ngx_event_openssl.c文件。将原来的密码字符串当做文件名来处理,然后使用nginx的读取文件功能,读出密码。