mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 22:06:55 +00:00
fix inverted test for LibreSSL version
This commit is contained in:
parent
d1d5f72851
commit
931c50c588
@ -63,7 +63,7 @@ void ssh_libcrypto_init(void);
|
||||
#endif
|
||||
|
||||
#ifdef LIBRESSL_VERSION_NUMBER
|
||||
# if LIBRESSL_VERSION_NUMBER >= 0x3010000fL
|
||||
# if LIBRESSL_VERSION_NUMBER < 0x3010000fL
|
||||
# define HAVE_BROKEN_CHACHA20
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user