* ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): used

conditionally.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-02-06 15:29:39 +00:00
Родитель d89dbc4d3b
Коммит 641bdd84ef
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -124,12 +124,14 @@ ossl_cipher_copy(VALUE self, VALUE other)
return self;
}
#ifdef HAVE_OBJ_NAME_DO_ALL_SORTED
static void*
add_cipher_name_to_ary(const OBJ_NAME *name, VALUE ary)
{
rb_ary_push(ary, rb_str_new2(name->name));
return NULL;
}
#endif
/*
* call-seq: