summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-08-16 10:40:40 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-08-16 10:40:40 +0000
commit0f7b2af8bb6e9e2baa0fbded6f29a054c32ee847 (patch)
treed06ba1ce3713bcaf8e977990bfe30927a29ba2ef /net-misc/openssh/files
parentclean older versions (Manifest recommit) (diff)
downloadgentoo-2-0f7b2af8bb6e9e2baa0fbded6f29a054c32ee847.tar.gz
gentoo-2-0f7b2af8bb6e9e2baa0fbded6f29a054c32ee847.tar.bz2
gentoo-2-0f7b2af8bb6e9e2baa0fbded6f29a054c32ee847.zip
Closing #60417
Diffstat (limited to 'net-misc/openssh/files')
-rw-r--r--net-misc/openssh/files/openssh-3.8.1_p1-largekey.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/openssh/files/openssh-3.8.1_p1-largekey.patch b/net-misc/openssh/files/openssh-3.8.1_p1-largekey.patch
index 169d9b9f00fa..4fe7976df802 100644
--- a/net-misc/openssh/files/openssh-3.8.1_p1-largekey.patch
+++ b/net-misc/openssh/files/openssh-3.8.1_p1-largekey.patch
@@ -1,14 +1,14 @@
diff -uNr openssh-3.8.1p1/auth2-pubkey.c openssh-3.8.1p1-hugekeys/auth2-pubkey.c
--- openssh-3.8.1p1/auth2-pubkey.c 2004-01-21 01:02:50.000000000 +0100
+++ openssh-3.8.1p1-hugekeys/auth2-pubkey.c 2004-06-24 13:53:28.493574960 +0200
-@@ -40,6 +40,7 @@
- #include "auth-options.h"
- #include "canohost.h"
- #include "monitor_wrap.h"
-+#include "authfile.h"
-
- /* import */
- extern ServerOptions options;
+@@ -32,6 +32,7 @@
+ #include "log.h"
+ #include "servconf.h"
+ #include "compat.h"
++#include "authfile.h
+ #include "bufaux.h"
+ #include "auth.h"
+ #include "key.h"
@@ -167,7 +168,8 @@
static int
user_key_allowed2(struct passwd *pw, Key *key, char *file)