summaryrefslogtreecommitdiff
path: root/openbsd-compat/openssl-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openssl-compat.h')
-rw-r--r--openbsd-compat/openssl-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index bcefd8f28..388ae8aa0 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@ -63,7 +63,7 @@ void ssh_libcrypto_init(void);
63#endif 63#endif
64 64
65#ifdef LIBRESSL_VERSION_NUMBER 65#ifdef LIBRESSL_VERSION_NUMBER
66# if LIBRESSL_VERSION_NUMBER >= 0x3010000fL 66# if LIBRESSL_VERSION_NUMBER < 0x3010000fL
67# define HAVE_BROKEN_CHACHA20 67# define HAVE_BROKEN_CHACHA20
68# endif 68# endif
69#endif 69#endif