summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher-3des1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/cipher-3des1.c')
-rw-r--r--crypto/openssh/cipher-3des1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/openssh/cipher-3des1.c b/crypto/openssh/cipher-3des1.c
index fc16e20..17a13a1 100644
--- a/crypto/openssh/cipher-3des1.c
+++ b/crypto/openssh/cipher-3des1.c
@@ -35,9 +35,7 @@
#include "xmalloc.h"
#include "log.h"
-#if OPENSSL_VERSION_NUMBER < 0x00906000L
-#define SSH_OLD_EVP
-#endif
+#include "openbsd-compat/openssl-compat.h"
/*
* This is used by SSH1:
OpenPOWER on IntegriCloud