summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-17 14:34:05 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-17 14:34:05 +0000
commit99cb6c241edfe897c72474e1499fa305ea48c6ec (patch)
tree1f9a6967fc344744cb199d67524babbc8c053328 /net-misc/openssh/files
parentAdded missing via82cxxx fix (Manifest recommit) (diff)
downloadgentoo-2-99cb6c241edfe897c72474e1499fa305ea48c6ec.tar.gz
gentoo-2-99cb6c241edfe897c72474e1499fa305ea48c6ec.tar.bz2
gentoo-2-99cb6c241edfe897c72474e1499fa305ea48c6ec.zip
fix openssh-3.8.1_p1-largekey.patch #60547
Diffstat (limited to 'net-misc/openssh/files')
-rw-r--r--net-misc/openssh/files/openssh-3.8.1_p1-largekey.patch8
1 files changed, 4 insertions, 4 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 4fe7976df802..67841670145c 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
@@ -2,13 +2,13 @@ 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
@@ -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"
++#include "authfile.h"
+ #include "pathnames.h"
+ #include "uidswap.h"
+ #include "auth-options.h"
@@ -167,7 +168,8 @@
static int
user_key_allowed2(struct passwd *pw, Key *key, char *file)