summaryrefslogtreecommitdiff
path: root/doc/man3/SSL_COMP_add_compression_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_COMP_add_compression_method.pod')
-rw-r--r--doc/man3/SSL_COMP_add_compression_method.pod12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/man3/SSL_COMP_add_compression_method.pod b/doc/man3/SSL_COMP_add_compression_method.pod
index 9e3dc560c4..a5aa674cdb 100644
--- a/doc/man3/SSL_COMP_add_compression_method.pod
+++ b/doc/man3/SSL_COMP_add_compression_method.pod
@@ -60,7 +60,17 @@ when a matching identifier is found. There is no way to restrict the list
of compression methods supported on a per connection basis.
If enabled during compilation, the OpenSSL library will have the
-COMP_zlib() compression method available.
+following compression methods available:
+
+=over 4
+
+=item COMP_zlib()
+
+=item COMP_brotli()
+
+=item COMP_brotli_oneshot()
+
+=back
=head1 RETURN VALUES