Ver código fonte

Make sure the documentation matches reality.

PR: 755
Notified by: Jakub Bogusz <qboosh@pld-linux.org>
Richard Levitte 20 anos atrás
pai
commit
da17495b65
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      doc/ssl/SSL_COMP_add_compression_method.pod

+ 2 - 2
doc/ssl/SSL_COMP_add_compression_method.pod

@@ -53,11 +53,11 @@ SSL_COMP_add_compression_method() may return the following values:
 
 =over 4
 
-=item 1
+=item 0
 
 The operation succeeded.
 
-=item 0
+=item 1
 
 The operation failed. Check the error queue to find out the reason.