diff options
author | Gibheer <gibheer@gmail.com> | 2015-01-15 06:51:45 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2015-01-15 06:51:45 +0100 |
commit | 7097d3b058faceabcfd33c7a024b779169d2a307 (patch) | |
tree | 5bb11fb7acb14d85492568488489824174f17f75 /main.go | |
parent | 73a07e7665ceb5ea35b33091e286774e4f5ab04e (diff) |
replace PrivateKey with crypto.Signer
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,8 +40,6 @@ func main() { func info_on_file() {} // sign a certificate request to create a new certificate func sign_request() {} -// sign a message with a private key -func sign_input() {} // open stream for given path func open_output_stream(path string) (io.WriteCloser, error) { |