source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/openssl.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 508 bytes
Line 
1=begin
2= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions
3
4= Info
5 'OpenSSL for Ruby 2' project
6 Copyright (C) 2002 Michal Rokos <[email protected]>
7 All rights reserved.
8
9= Licence
10 This program is licenced under the same licence as Ruby.
11 (See the file 'LICENCE'.)
12
13= Version
14 $Id: openssl.rb 11708 2007-02-12 23:01:19Z shyouhei $
15=end
16
17require 'openssl.so'
18
19require 'openssl/bn'
20require 'openssl/cipher'
21require 'openssl/digest'
22require 'openssl/ssl'
23require 'openssl/x509'
24
Note: See TracBrowser for help on using the repository browser.