]> andersk Git - openssh.git/blobdiff - ssh-rsa.c
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
[openssh.git] / ssh-rsa.c
index 2dc34106667a4f8a709d9c1cb9aa53b37397f8d6..9de0e7b0890ee625330f89ac1dbb56823a9dff0d 100644 (file)
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-rsa.c,v 1.5 2001/01/21 19:05:58 markus Exp $");
+RCSID("$OpenBSD: ssh-rsa.c,v 1.6 2001/02/08 19:30:52 itojun Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -33,6 +33,7 @@ RCSID("$OpenBSD: ssh-rsa.c,v 1.5 2001/01/21 19:05:58 markus Exp $");
 #include "buffer.h"
 #include "bufaux.h"
 #include "key.h"
+#include "ssh-rsa.h"
 
 /* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */
 int
This page took 0.032531 seconds and 4 git commands to generate.