View | Details | Raw Unified | Return to bug 1291 | Differences between
and this patch

Collapse All | Expand All

(-)cipher-3des1.c (-3 / +1 lines)
Lines 35-43 Link Here
35
#include "xmalloc.h"
35
#include "xmalloc.h"
36
#include "log.h"
36
#include "log.h"
37
37
38
#if OPENSSL_VERSION_NUMBER < 0x00906000L
38
#include "openbsd-compat/openssl-compat.h"
39
#define SSH_OLD_EVP
40
#endif
41
39
42
/*
40
/*
43
 * This is used by SSH1:
41
 * This is used by SSH1:
(-)cipher-bf1.c (-3 / +1 lines)
Lines 35-43 Link Here
35
#include "xmalloc.h"
35
#include "xmalloc.h"
36
#include "log.h"
36
#include "log.h"
37
37
38
#if OPENSSL_VERSION_NUMBER < 0x00906000L
38
#include "openbsd-compat/openssl-compat.h"
39
#define SSH_OLD_EVP
40
#endif
41
39
42
/*
40
/*
43
 * SSH1 uses a variation on Blowfish, all bytes must be swapped before
41
 * SSH1 uses a variation on Blowfish, all bytes must be swapped before

Return to bug 1291