From cd2a8b04065dcd7448ec2c96f987b12caa89bffc Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Wed, 17 Nov 1999 00:56:07 +0000 Subject: Prompted by Kris Kennaway Update to to the current time for OpenSSH. The notable commit given to me for this new date is: (provos@cvs.openbsd.org) usr.bin/ssh : hostfile.c in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. --- security/openssh/files/patch-ah | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/openssh/files/patch-ah') diff --git a/security/openssh/files/patch-ah b/security/openssh/files/patch-ah index 369de0681301..0ebde6715cb9 100644 --- a/security/openssh/files/patch-ah +++ b/security/openssh/files/patch-ah @@ -5,10 +5,10 @@ diff -ru /home/green/ssh/cipher.h ./cipher.h #ifndef CIPHER_H #define CIPHER_H --#include +-#include -#include -+#include +#include ++#include /* Cipher types. New types can be added, but old types should not be removed for compatibility. The maximum allowed value is 31. */ -- cgit v1.2.3