diff options
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. */ |