X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/c5d10563138ba0f06f531c176e59ba06401386f5..13b90bdd9190a9d55c110cad33483b1a5df1f3ea:/ssh-rsa.c diff --git a/ssh-rsa.c b/ssh-rsa.c index 55fb7ba5..0e16ff85 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ssh-rsa.c,v 1.39 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2000, 2003 Markus Friedl * @@ -13,15 +14,20 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + #include "includes.h" +#include + #include #include +#include +#include + #include "xmalloc.h" #include "log.h" #include "buffer.h" -#include "bufaux.h" #include "key.h" #include "compat.h" #include "ssh.h"