Skip to content

Commit 9dce852

Browse files
committed
(one last) missing require 'openssl/pkey' under 2.3
1 parent f15abeb commit 9dce852

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib/jopenssl23/openssl.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1+
# frozen_string_literal: false
12
=begin
2-
= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions
3-
43
= Info
54
'OpenSSL for Ruby 2' project
65
Copyright (C) 2002 Michal Rokos <[email protected]>
76
All rights reserved.
87
98
= Licence
10-
This program is licenced under the same licence as Ruby.
9+
This program is licensed under the same licence as Ruby.
1110
(See the file 'LICENCE'.)
12-
13-
= Version
14-
$Id$
1511
=end
1612

1713
require 'openssl/bn'
14+
require 'openssl/pkey'
1815
require 'openssl/cipher'
1916
require 'openssl/config'
2017
require 'openssl/digest'

0 commit comments

Comments
 (0)