aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_version.h
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2018-10-18 01:22:28 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-10-18 01:22:28 +0900
commit80539782ad5a27349830efc348063e129d4e48af (patch)
tree8da3e9e4f70125e69a980fdfed0837d106e4c46b /ext/openssl/ossl_version.h
parent2794471d89ad6045e2dd948fb6a9d17815977684 (diff)
downloadruby-80539782ad5a27349830efc348063e129d4e48af.tar.gz
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.
Diffstat (limited to 'ext/openssl/ossl_version.h')
-rw-r--r--ext/openssl/ossl_version.h2
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_ */