diff options
Diffstat (limited to 'doc/ssl/SSL_set_session.pod')
-rw-r--r-- | doc/ssl/SSL_set_session.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_set_session.pod b/doc/ssl/SSL_set_session.pod index 5f54714ad86a..197b5218305b 100644 --- a/doc/ssl/SSL_set_session.pod +++ b/doc/ssl/SSL_set_session.pod @@ -37,11 +37,11 @@ The following return values can occur: =over 4 -=item 0 +=item Z<>0 The operation failed; check the error stack to find out the reason. -=item 1 +=item Z<>1 The operation succeeded. |