Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / include / openssl / configuration.h.in
index b84dc1dfe3c9fcb4cef213bda86cd6951b528eca..86077d0a6f5d6b6b06bb32b2d1d96a2958227b62 100644 (file)
@@ -62,6 +62,12 @@ extern "C" {
 
 # define RC4_INT {- $config{rc4_int} -}
 
+# if defined(OPENSSL_NO_COMP) || (defined(OPENSSL_NO_BROTLI) && defined(OPENSSL_NO_ZSTD) && defined(OPENSSL_NO_ZLIB))
+#  define OPENSSL_NO_COMP_ALG
+# else
+#  undef  OPENSSL_NO_COMP_ALG
+# endif
+
 # ifdef  __cplusplus
 }
 # endif