aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-01-15 06:51:45 +0100
committerGibheer <gibheer@gmail.com>2015-01-15 06:51:45 +0100
commit7097d3b058faceabcfd33c7a024b779169d2a307 (patch)
tree5bb11fb7acb14d85492568488489824174f17f75 /main.go
parent73a07e7665ceb5ea35b33091e286774e4f5ab04e (diff)
replace PrivateKey with crypto.Signer
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 8329d47..dac1ee4 100644
--- a/main.go
+++ b/main.go
@@ -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) {