typo in SSL_get_peer_cert_chain docs
[oweals/openssl.git] / doc / ssl / SSL_set_shutdown.pod
index 6289e635d96dbdfd90a822a0a76733cd6ddeb721..fe013085d39d21bf0766d5c661de778e3118ac8f 100644 (file)
@@ -10,7 +10,7 @@ SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connect
 
  void SSL_set_shutdown(SSL *ssl, int mode);
 
- int SSL_get_shutdown(SSL *ssl);
+ int SSL_get_shutdown(const SSL *ssl);
 
 =head1 DESCRIPTION
 
@@ -24,7 +24,7 @@ The shutdown state of an ssl connection is a bitmask of:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 No shutdown setting, yet.