typo in SSL_get_peer_cert_chain docs
[openssl.git] / doc / ssl / SSL_CTX_add_session.pod
index 82676b26b239cd431bf8b4a75b4c4b1f9e0d5ec5..8e0abd36cd680ec6fe28edd34af6baa2e25da25d 100644 (file)
@@ -52,13 +52,13 @@ The following values are returned by all functions:
 
 =over 4
 
-=item 0
+=item Z<>0
 
  The operation failed. In case of the add operation, it was tried to add
  the same (identical) session twice. In case of the remove operation, the
  session was not found in the cache.
 
-=item 1
+=item Z<>1
  
  The operation succeeded.