Skip to content

Commit

Permalink
client: add support for SHA-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjocoleman committed Jun 12, 2014
1 parent d5c42b1 commit b958c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngrok/client/tls.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package client

import (
_ "crypto/sha512"
"crypto/tls"
"crypto/x509"
"encoding/pem"
Expand Down

0 comments on commit b958c68

Please sign in to comment.