]> andersk Git - openssh.git/blobdiff - key.h
- markus@cvs.openbsd.org 2002/02/24 19:14:59
[openssh.git] / key.h
diff --git a/key.h b/key.h
index 00eebb7f1a10b87eb2faf1ff3d3588af7d13bf53..a2257731aef55cd9170262e0d0537e79a4745098 100644 (file)
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: key.h,v 1.17 2001/09/17 19:27:15 stevesk Exp $        */
+/*     $OpenBSD: key.h,v 1.18 2002/02/24 19:14:59 markus Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -74,7 +74,7 @@ int    key_to_blob(Key *, u_char **, u_int *);
 char   *key_ssh_name(Key *);
 int     key_names_valid2(const char *);
 
-int     key_sign(Key *, u_char **, int *, u_char *, int);
-int     key_verify(Key *, u_char *, int, u_char *, int);
+int     key_sign(Key *, u_char **, u_int *, u_char *, u_int);
+int     key_verify(Key *, u_char *, u_int, u_char *, u_int);
 
 #endif
This page took 0.035793 seconds and 4 git commands to generate.