aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_version.h
diff options
context:
space:
mode:
authortechnorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 22:32:06 +0000
committertechnorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 22:32:06 +0000
commit45acd59d2db8ec12a0a048b1c79ebb8acf68b995 (patch)
tree662e690f876d5c03f5937b38149bfedd6e4fbfa8 /ext/openssl/ossl_version.h
parentd657d4feb3c7c81557e2fe39fc6a669a4b6be5d4 (diff)
downloadruby-45acd59d2db8ec12a0a048b1c79ebb8acf68b995.tar.gz
* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
New method SSLContext#setup to aid C extension writers. * test/openssl/test_ssl.rb: Add tests for new method and sessions. Use threads for ssl server instead of forking. * ext/openssl/ossl_version.h: Bump version. * ext/openssl/ossl_x509ext.c: Fix warnings. * test/openssl/utils.rb: Fix warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 63878e0d8e..193ceab089 100644
--- a/ext/openssl/ossl_version.h
+++ b/ext/openssl/ossl_version.h
@@ -11,6 +11,6 @@
#if !defined(_OSSL_VERSION_H_)
#define _OSSL_VERSION_H_
-#define OSSL_VERSION "1.0.0"
+#define OSSL_VERSION "1.1.0"
#endif /* _OSSL_VERSION_H_ */