]> andersk Git - openssh.git/blobdiff - key.h
- markus@cvs.openbsd.org 2003/02/12 09:33:04
[openssh.git] / key.h
diff --git a/key.h b/key.h
index 8d1fa412672d9342f0572952d6f41ec2719438c0..725c7a04a7bf2d6cfaf2a488be20c0381c11cbfe 100644 (file)
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: key.h,v 1.19 2002/03/18 17:23:31 markus Exp $ */
+/*     $OpenBSD: key.h,v 1.20 2003/02/12 09:33:04 markus Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -78,4 +78,9 @@ int    key_names_valid2(const char *);
 int     key_sign(Key *, u_char **, u_int *, u_char *, u_int);
 int     key_verify(Key *, u_char *, u_int, u_char *, u_int);
 
+int     ssh_dss_sign(Key *, u_char **, u_int *, u_char *, u_int);
+int     ssh_dss_verify(Key *, u_char *, u_int, u_char *, u_int);
+int     ssh_rsa_sign(Key *, u_char **, u_int *, u_char *, u_int);
+int     ssh_rsa_verify(Key *, u_char *, u_int, u_char *, u_int);
+
 #endif
This page took 0.066657 seconds and 4 git commands to generate.