We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15abeb commit 9dce852Copy full SHA for 9dce852
lib/jopenssl23/openssl.rb
@@ -1,20 +1,17 @@
1
+# frozen_string_literal: false
2
=begin
-= $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.
+ This program is licensed under the same licence as Ruby.
11
(See the file 'LICENCE'.)
12
13
-= Version
14
- $Id$
15
=end
16
17
require 'openssl/bn'
+require 'openssl/pkey'
18
require 'openssl/cipher'
19
require 'openssl/config'
20
require 'openssl/digest'
0 commit comments