aboutsummaryrefslogtreecommitdiffstats
path: root/lib/openssl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/openssl.rb')
-rw-r--r--lib/openssl.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/openssl.rb b/lib/openssl.rb
index 1c8feb5c..57f6f970 100644
--- a/lib/openssl.rb
+++ b/lib/openssl.rb
@@ -1,6 +1,4 @@
=begin
-= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions
-
= Info
'OpenSSL for Ruby 2' project
Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz>
@@ -9,14 +7,12 @@
= Licence
This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.)
-
-= Version
- $Id$
=end
require 'openssl.so'
require 'openssl/bn'
+require 'openssl/pkey'
require 'openssl/cipher'
require 'openssl/config'
require 'openssl/digest'