1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl
naruse c4fdfabcc8 handle ext/ as r53141
g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts
fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&#
frozen_string_literal: false\n");f.rewind;f.write s}}'

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-16 05:31:54 +00:00
..
lib handle ext/ as r53141 2015-12-16 05:31:54 +00:00
depend
deprecation.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
openssl_missing.c
openssl_missing.h
ossl.c * ext/openssl/ossl.c: fix brew command for installation of openssl. 2015-11-22 10:36:56 +00:00
ossl.h * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h. 2015-11-21 04:06:43 +00:00
ossl_asn1.c
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c * ext/**/*.c (*_memsize): same as r52986 for extensions. 2015-12-09 01:01:17 +00:00
ossl_cipher.h
ossl_config.c
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c
ossl_engine.h
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
ossl_ocsp.h
ossl_pkcs5.c
ossl_pkcs5.h
ossl_pkcs7.c
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c Commit miss from r52556 2015-11-13 05:03:55 +00:00
ossl_pkey.h
ossl_pkey_dh.c
ossl_pkey_dsa.c * ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes could 2015-11-30 20:29:02 +00:00
ossl_pkey_ec.c
ossl_pkey_rsa.c
ossl_rand.c * ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes could 2015-11-30 20:29:02 +00:00
ossl_rand.h
ossl_ssl.c * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsing 2015-12-13 01:29:44 +00:00
ossl_ssl.h ext/openssl/ossl_ssl.c: hide globals 2015-12-01 22:49:05 +00:00
ossl_ssl_session.c
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c
ossl_x509cert.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
ossl_x509crl.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
ossl_x509ext.c
ossl_x509name.c
ossl_x509req.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
ossl_x509revoked.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
ossl_x509store.c
ruby_missing.h