Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Updates OpenSSL download
Browse files Browse the repository at this point in the history
  • Loading branch information
asmsuechan committed Jun 29, 2016
1 parent 1bcbfc8 commit 1bfdca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby/1.9/openssl/ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def version

def get_headers(version)
unless File.directory?("openssl-#{version}")
letter = 's'
letter = 't'
file = "openssl-#{version}#{letter}.tar.gz"
openssl_url = "ftp://ftp.openssl.org/source/#{file}"
message " Downloading #{openssl_url}\n"
Expand Down

0 comments on commit 1bfdca4

Please sign in to comment.