summaryrefslogtreecommitdiff
path: root/ssh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rsa.c')
-rw-r--r--ssh-rsa.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh-rsa.c b/ssh-rsa.c
index d7b2918f9..efbc9e664 100644
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: ssh-rsa.c,v 1.26 2002/08/27 17:13:56 stevesk Exp $"); 26RCSID("$OpenBSD: ssh-rsa.c,v 1.28 2003/02/12 09:33:04 markus Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29#include <openssl/err.h> 29#include <openssl/err.h>
@@ -33,11 +33,10 @@ RCSID("$OpenBSD: ssh-rsa.c,v 1.26 2002/08/27 17:13:56 stevesk Exp $");
33#include "buffer.h" 33#include "buffer.h"
34#include "bufaux.h" 34#include "bufaux.h"
35#include "key.h" 35#include "key.h"
36#include "ssh-rsa.h"
37#include "compat.h" 36#include "compat.h"
38#include "ssh.h" 37#include "ssh.h"
39 38
40static int openssh_RSA_verify(int, u_char *, u_int, u_char *, u_int , RSA *); 39static int openssh_RSA_verify(int, u_char *, u_int, u_char *, u_int, RSA *);
41 40
42/* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */ 41/* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */
43int 42int