=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/ssh-rsa.h,v retrieving revision 1.3.2.6 retrieving revision 1.4 diff -u -r1.3.2.6 -r1.4 --- src/usr.bin/ssh/Attic/ssh-rsa.h 2002/03/08 17:04:43 1.3.2.6 +++ src/usr.bin/ssh/Attic/ssh-rsa.h 2001/06/26 06:33:03 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-rsa.h,v 1.3.2.6 2002/03/08 17:04:43 brad Exp $ */ +/* $OpenBSD: ssh-rsa.h,v 1.4 2001/06/26 06:33:03 itojun Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -26,7 +26,8 @@ #ifndef SSH_RSA_H #define SSH_RSA_H -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); +int ssh_rsa_sign(Key *, u_char **, int *, u_char *, int); + +int ssh_rsa_verify(Key *, u_char *, int, u_char *, int); #endif