aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_config.h
Commit message (Collapse)AuthorAgeFilesLines
* config: rename GetConfigPtr() to DupConfigPtr()Kazuki Yamaguchi2016-08-141-1/+0
| | | | | | | Make it follow the convention. Other Get*Ptr() functions return a pointer to OpenSSL object that the caller doesn't need to free. Indeed DupConfigPtr() is not the best name (OpenSSL::Config does not actually wrap a CONF object), but should be better than GetConfigPtr().
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
|
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
| | | | See also r50351 from ruby/ruby#876
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+22