Remove some SSLv2 references
[openssl.git] / doc / ssl / ssl.pod
index 9413907b02cc858df324ed450fb5ba41dad1013e..421d50066da96f532c33c1a28831984b5a98dab5 100644 (file)
@@ -93,9 +93,7 @@ inside this header file.
 
 =item B<ssl2.h>
 
 
 =item B<ssl2.h>
 
-That's the sub header file dealing with the SSLv2 protocol only.
-I<Usually you don't have to include it explicitly because
-it's already included by ssl.h>.
+Unused. Present for backwards compatibility only.
 
 =item B<ssl3.h>
 
 
 =item B<ssl3.h>
 
@@ -175,7 +173,7 @@ definitions in the header files.
 
 =item char *B<SSL_CIPHER_get_version>(SSL_CIPHER *cipher);
 
 
 =item char *B<SSL_CIPHER_get_version>(SSL_CIPHER *cipher);
 
-Returns a string like "C<TLSv1/SSLv3>" or "C<SSLv2>" which indicates the
+Returns a string like "C<SSLv3>" or "C<TLSv1.2>" which indicates the
 SSL/TLS protocol version to which I<cipher> belongs (i.e. where it was defined
 in the specification the first time).
 
 SSL/TLS protocol version to which I<cipher> belongs (i.e. where it was defined
 in the specification the first time).