[macruby-changes] [5092] MacRuby/trunk/ext/openssl/ossl_x509store.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 28 05:34:55 PST 2010


Revision: 5092
          http://trac.macosforge.org/projects/ruby/changeset/5092
Author:   watson1978 at gmail.com
Date:     2010-12-28 05:34:51 -0800 (Tue, 28 Dec 2010)
Log Message:
-----------
Added the initialization of store->ex_data.sk in ossl_x509store_initialize. Merged from CRuby1.9 r27064.
see https://github.com/ruby/ruby/commit/1ab5d3947c76cbd3aceb055a2d5c0a970b64ac63

Revision Links:
--------------
    http://trac.macosforge.org/projects/ruby/changeset/27064

Modified Paths:
--------------
    MacRuby/trunk/ext/openssl/ossl_x509store.c

Modified: MacRuby/trunk/ext/openssl/ossl_x509store.c
===================================================================
--- MacRuby/trunk/ext/openssl/ossl_x509store.c	2010-12-28 09:04:04 UTC (rev 5091)
+++ MacRuby/trunk/ext/openssl/ossl_x509store.c	2010-12-28 13:34:51 UTC (rev 5092)
@@ -130,6 +130,7 @@
 
 /* BUG: This method takes any number of arguments but appears to ignore them. */
     GetX509Store(self, store);
+    store->ex_data.sk = NULL;
     X509_STORE_set_verify_cb_func(store, ossl_verify_cb);
     ossl_x509store_set_vfy_cb(self, 0, Qnil);
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101228/49b8d89f/attachment.html>


More information about the macruby-changes mailing list