=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/ssh-dss.h,v retrieving revision 1.3.6.1 retrieving revision 1.3.6.2 diff -u -r1.3.6.1 -r1.3.6.2 --- src/usr.bin/ssh/Attic/ssh-dss.h 2001/09/27 19:03:55 1.3.6.1 +++ src/usr.bin/ssh/Attic/ssh-dss.h 2002/03/09 00:20:45 1.3.6.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-dss.h,v 1.3.6.1 2001/09/27 19:03:55 jason Exp $ */ +/* $OpenBSD: ssh-dss.h,v 1.3.6.2 2002/03/09 00:20:45 miod Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -26,7 +26,7 @@ #ifndef DSA_H #define DSA_H -int ssh_dss_sign(Key *, u_char **, int *, u_char *, int); -int ssh_dss_verify(Key *, u_char *, int, u_char *, 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); #endif