diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-11-17 00:56:07 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-11-17 00:56:07 +0000 |
commit | cd2a8b04065dcd7448ec2c96f987b12caa89bffc (patch) | |
tree | 02234803e5792cedfe8882f8c1abb8487336f09f /security/openssh/files/patch-ah | |
parent | gtkgraph is in graphics, not math. :) (diff) |
Prompted by Kris Kennaway <kris@FreeBSD.org>
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.
Diffstat (limited to 'security/openssh/files/patch-ah')
-rw-r--r-- | security/openssh/files/patch-ah | 4 |
1 files changed, 2 insertions, 2 deletions
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 <des.h> +-#include <ssl/des.h> -#include <ssl/blowfish.h> -+#include <openssl/blowfish.h> +#include <openssl/des.h> ++#include <openssl/blowfish.h> /* Cipher types. New types can be added, but old types should not be removed for compatibility. The maximum allowed value is 31. */ |