diff options
author | rhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-18 00:24:49 +0000 |
---|---|---|
committer | rhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-18 00:24:49 +0000 |
commit | 93bc10272734cbbb9197470ca629cc4ea019f6f0 (patch) | |
tree | 8da3e9e4f70125e69a980fdfed0837d106e4c46b /ext/openssl/ossl_version.h | |
parent | 7943c0e5e67190da686cdda6f7c26deef56aa630 (diff) |
openssl: sync with upstream repository
Import current master (01b23fa8eee2) of ruby/openssl.git.
----------------------------------------------------------------
Kazuki Yamaguchi (3):
x509name: fix OpenSSL::X509::Name#{cmp,<=>}
Ruby/OpenSSL 2.0.9
Ruby/OpenSSL 2.1.2
nobu (2):
needs openssl/opensslv.h
Remove -Wno-parentheses flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_version.h')
-rw-r--r-- | ext/openssl/ossl_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_version.h b/ext/openssl/ossl_version.h index a4dbf3272a..c162f8c2a8 100644 --- a/ext/openssl/ossl_version.h +++ b/ext/openssl/ossl_version.h @@ -10,6 +10,6 @@ #if !defined(_OSSL_VERSION_H_) #define _OSSL_VERSION_H_ -#define OSSL_VERSION "2.1.1" +#define OSSL_VERSION "2.1.2" #endif /* _OSSL_VERSION_H_ */ |