diff options
Diffstat (limited to 'ext/openssl/lib/openssl.rb')
-rw-r--r-- | ext/openssl/lib/openssl.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/openssl/lib/openssl.rb b/ext/openssl/lib/openssl.rb index c2a17aae4f..57f6f9704d 100644 --- a/ext/openssl/lib/openssl.rb +++ b/ext/openssl/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 <[email protected]> @@ -9,9 +7,6 @@ = Licence This program is licensed under the same licence as Ruby. (See the file 'LICENCE'.) - -= Version - $Id$ =end require 'openssl.so' |