aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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