[前][次][番号順一覧][スレッド一覧]

ruby-changes:24933

From: naruse <ko1@a...>
Date: Tue, 18 Sep 2012 17:52:53 +0900 (JST)
Subject: [ruby-changes:24933] naruse:r36985 (trunk): * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db to

naruse	2012-09-18 17:52:40 +0900 (Tue, 18 Sep 2012)

  New Revision: 36985

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36985

  Log:
    * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db to
      suppress warning: instance variable @npn_select_cb not initialized

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl_ssl.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36984)
+++ ChangeLog	(revision 36985)
@@ -1,3 +1,8 @@
+Tue Sep 18 17:51:29 2012  NARUSE, Yui  <naruse@r...>
+
+	* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db to
+	  suppress warning: instance variable @npn_select_cb not initialized
+
 Sun Sep 16 17:47:00 2012  Eric Hodel  <drbrain@s...>
 
 	* tool/change_maker.rb:  Update svn detection for subversion 1.7's
Index: ext/openssl/ossl_ssl.c
===================================================================
--- ext/openssl/ossl_ssl.c	(revision 36984)
+++ ext/openssl/ossl_ssl.c	(revision 36985)
@@ -72,6 +72,7 @@
 #endif
 #ifdef HAVE_OPENSSL_NPN_NEGOTIATED
     "npn_protocols",
+    "npn_select_cb",
 #endif
 };
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]