Remove obsolete PRNG note. Add comment about use of SHA256 et al.
[openssl.git] / doc / ssl / SSL_get_version.pod
index 24d52912565d1d92c9869152ef8b5319d8cf1893..cc271db2c534a99bb6c393ada158a08fff4bdea9 100644 (file)
@@ -8,7 +8,7 @@ SSL_get_version - get the protocol version of a connection.
 
  #include <openssl/ssl.h>
 
- const char *SSL_get_version(SSL *ssl);
+ const char *SSL_get_version(const SSL *ssl);
 
 =head1 DESCRIPTION