aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_kdf.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-16 15:21:29 +0900
committerGitHub <noreply@github.com>2020-02-16 15:21:29 +0900
commitb99775b163ce44079c1f8727ce9b4ed8bb03489d (patch)
tree4f9fd53f21c94dfeb05fefe1143bbe770228733a /test/openssl/test_kdf.rb
parent0bfa479c52963b95a47ceab3d453f21b646366a2 (diff)
downloadruby-b99775b163ce44079c1f8727ce9b4ed8bb03489d.tar.gz
Import openssl-2.2.0 (#2693)
Import the master branch of ruby/openssl for preparing to release openssl-2.2.0
Diffstat (limited to 'test/openssl/test_kdf.rb')
-rw-r--r--test/openssl/test_kdf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_kdf.rb b/test/openssl/test_kdf.rb
index 5e1db80c5f..f4790c96af 100644
--- a/test/openssl/test_kdf.rb
+++ b/test/openssl/test_kdf.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require_relative 'utils'
if defined?(OpenSSL)