aboutsummaryrefslogtreecommitdiffstats
path: root/lib/openssl
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-07-18 18:04:25 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-07-18 18:04:25 +0900
commit68fa9c86f1934d825a5140db43148244dc24c85a (patch)
treeafe4996c9e4689f46d80012c80f66d0fe48eab37 /lib/openssl
parent8d928e0fb9811f85517e964c3b314f9ab524d365 (diff)
downloadruby-openssl-68fa9c86f1934d825a5140db43148244dc24c85a.tar.gz
Strip trailing spaces
Diffstat (limited to 'lib/openssl')
-rw-r--r--lib/openssl/x509.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openssl/x509.rb b/lib/openssl/x509.rb
index 367a899e..448941f7 100644
--- a/lib/openssl/x509.rb
+++ b/lib/openssl/x509.rb
@@ -338,7 +338,7 @@ module OpenSSL
q.text 'not_after='; q.pp self.not_after
}
end
-
+
def self.load_file(path)
load(File.binread(path))
end