Navigation Menu

Skip to content

Commit

Permalink
OpenSSL path should be globally replaced, right?
Browse files Browse the repository at this point in the history
With MacPorts OpenSSL installed, this version produces different results, which makes me nervous.
  • Loading branch information
David Deller committed Dec 18, 2011
1 parent 290f64f commit 5cd98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign_update.rb
Expand Up @@ -4,4 +4,4 @@
exit
end
openssl = "/usr/bin/openssl"
puts `#{openssl} dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`
puts `#{openssl} dgst -sha1 -binary < "#{ARGV[0]}" | #{openssl} dgst -dss1 -sign "#{ARGV[1]}" | #{openssl} enc -base64`

0 comments on commit 5cd98c5

Please sign in to comment.