aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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) {