~ubuntu-branches/ubuntu/natty/ruby1.8/natty-updates

« back to all changes in this revision

Viewing changes to ext/openssl/lib/openssl.rb

  • Committer: Package Import Robot
  • Author(s): Daigo Moriwaki
  • Date: 2010-06-27 22:16:44 UTC
  • mfrom: (22.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20100627221644-7n8891uzqc17nvyq
Tags: 1.8.7.299-1
* New upstream release
* Removed patches that the upstrem has applied:
  - debian/patches/100312_timeout-fix.dpatch
  - debian/patches/100620_fix_pathname_warning.dpatch
  - debian/patches/100620_fix_super_called_outside_of_method.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  (See the file 'LICENCE'.)
12
12
 
13
13
= Version
14
 
  $Id: openssl.rb 12496 2007-06-08 15:02:04Z technorama $
 
14
  $Id: openssl.rb 28004 2010-05-24 23:58:49Z shyouhei $
15
15
=end
16
16
 
17
17
require 'openssl.so'
20
20
require 'openssl/cipher'
21
21
require 'openssl/digest'
22
22
require 'openssl/pkcs7'
23
 
require 'openssl/ssl'
24
 
require 'openssl/x509'
 
23
require 'openssl/ssl-internal'
 
24
require 'openssl/x509-internal'
25
25