From 8d20de278b3ef69ea470bfb35e5999750214e3a1 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 31 Jan 2012 16:12:30 +0100 Subject: Removed no longer needed code --- lib/ssh/doc/src/ssh.xml | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 2c5096a25f..0f7add6d36 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -1,10 +1,10 @@ - +
- 20042010 + 20042012 Ericsson AB. All Rights Reserved. @@ -282,22 +282,6 @@ - - sign_data(Data, Algorithm) -> Signature | {error, Reason} - - - Data = binary() - Algorithm = "ssh-rsa" - Signature = binary() - Reason = term() - - -

Signs the supplied binary using the SSH key. -

-
-
- - start() -> start(Type) -> ok | {error, Reason} @@ -356,21 +340,6 @@ - - verify_data(Data, Signature, Algorithm) -> ok | {error, Reason} - - - Data = binary() - Algorithm = "ssh-rsa" - Signature = binary() - Reason = term() - - -

Verifies the supplied binary against the binary signature. -

-
-
- -- cgit v1.2.3