]> andersk Git - openssh.git/blobdiff - key.c
- markus@cvs.openbsd.org 2002/05/31 13:16:48
[openssh.git] / key.c
diff --git a/key.c b/key.c
index 1ce0a87a33bdedf23aebb915ec3307fd2c7e25fe..2d850c8e5712f3ddc5c4f1f96eb0add825b74dcf 100644 (file)
--- a/key.c
+++ b/key.c
@@ -32,7 +32,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: key.c,v 1.43 2002/03/19 10:49:35 markus Exp $");
+RCSID("$OpenBSD: key.c,v 1.44 2002/05/31 13:16:48 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -779,6 +779,10 @@ key_sign(
        }
 }
 
+/*
+ * key_verify returns 1 for a correct signature, 0 for an incorrect signature
+ * and -1 on error.
+ */
 int
 key_verify(
     Key *key,
This page took 0.83792 seconds and 4 git commands to generate.