ruby--ruby/ext/openssl
matz 2156870525 * ruby.h (struct RArray): embed small arrays.
(RARRAY_LEN): defined for accessing array members.
  (RARRAY_PTR): ditto.

* array.c: use RARRAY_LEN and RARRAY_PTR.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-09-02 14:42:08 +00:00
..
lib * ext/openssl/lib/openssl/ssl.rb 2006-05-23 18:14:05 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
extconf.rb * ext/openssl/extconf.rb: use create_header. 2006-06-02 10:03:16 +00:00
openssl_missing.c * ext/openssl/extconf.rb: use create_header. 2006-06-02 10:03:16 +00:00
openssl_missing.h
ossl.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl.h * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_asn1.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_asn1.h * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_bio.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_bio.h
ossl_bn.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_bn.h
ossl_cipher.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_cipher.h
ossl_config.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_config.h
ossl_digest.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_digest.h
ossl_engine.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_engine.h
ossl_hmac.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_hmac.h
ossl_ns_spki.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_ns_spki.h
ossl_ocsp.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_ocsp.h
ossl_pkcs7.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkcs7.h * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_pkcs12.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkcs12.h
ossl_pkey.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkey.h * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_pkey_dh.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkey_dsa.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkey_rsa.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_rand.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_rand.h
ossl_ssl.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_ssl.h
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_x509cert.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509crl.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509ext.c * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. 2006-08-31 12:10:08 +00:00
ossl_x509name.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_x509req.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509revoked.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509store.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ruby_missing.h