Make the input parameters for SSL_SESSION_set1_master_key const
[openssl.git] / doc / man3 / SSL_get_version.pod
index 57cacfeeb6c309dcb5adbc8ca1de34afa53cff65..f8dd85e17f241e53bf29e0281642b5a9270bee13 100644 (file)
@@ -64,7 +64,7 @@ This indicates that no version has been set (no connection established).
 SSL_version() and SSL_client_version() return an integer which could include any of
 the following:
 
-=over 5
+=over 4
 
 =item SSL3_VERSION
 
@@ -86,6 +86,8 @@ The connection uses the TLSv1.2 protocol.
 
 The connection uses the TLSv1.3 protocol.
 
+=back
+
 =head1 SEE ALSO
 
 L<ssl(7)>