Project

General

Profile

Actions

Bug #4158

closed

X509V3_set_nconf が使用できないと openssl がコンパイルエラー

Added by nagachika (Tomoyuki Chikanaga) over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2010-12-14 trunk 30200) [i686-linux]
Backport:
[ruby-dev:42761]

Description

=begin
HAVE_X509V3_SET_NCONF が定義されない時に ossl_x509ext.c がコンパイルエラーを発生させます。

以下パッチです。

Index: ext/openssl/ossl_x509ext.c

--- ext/openssl/ossl_x509ext.c (revision 30208)
+++ ext/openssl/ossl_x509ext.c (working copy)
@@ -178,7 +178,7 @@
return config;
}
#else
-#define rb_f_fork rb_f_notimplement
+#define ossl_x509extfactory_set_config rb_f_notimplement
#endif

static VALUE
=end

Actions #1

Updated by kosaki (Motohiro KOSAKI) over 13 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r30213.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: Atom PDF

Like0
Like0