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
|
#endif
|
||||||
|
|
||||||
#ifdef LIBRESSL_VERSION_NUMBER
|
#ifdef LIBRESSL_VERSION_NUMBER
|
||||||
# if LIBRESSL_VERSION_NUMBER >= 0x3010000fL
|
# if LIBRESSL_VERSION_NUMBER < 0x3010000fL
|
||||||
# define HAVE_BROKEN_CHACHA20
|
# define HAVE_BROKEN_CHACHA20
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue