From 45acd59d2db8ec12a0a048b1c79ebb8acf68b995 Mon Sep 17 00:00:00 2001 From: technorama Date: Sun, 20 Apr 2008 22:32:06 +0000 Subject: * 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 --- ext/openssl/ossl_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_version.h') 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_ */ -- cgit v1.2.3