From 7097d3b058faceabcfd33c7a024b779169d2a307 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 15 Jan 2015 06:51:45 +0100 Subject: replace PrivateKey with crypto.Signer --- main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.go') 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) { -- cgit v1.2.3-70-g09d2