Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28843)
(cherry picked from commit
86780465afb8680f5697c3047b7f0027dd6a04cc)
# error Wrong (i.e. linux) zstd.h included.
# endif
-# if ZSTD_VERSION_MAJOR != 1 && ZSTD_VERSION_MINOR < 4
-# error Expecting version 1.4 or greater of ZSTD
+# if ZSTD_VERSION_MAJOR != 1 || ZSTD_VERSION_MINOR < 4
+# error Expecting version 1.4 or greater of ZSTD 1.x
# endif
# ifndef ZSTD_SHARED