update docs (recent constification)
[openssl.git] / doc / ssl / SSL_get_ciphers.pod
index 2a57455c235d2cd0e04c0ea225ea840e4c37714f..aecadd9138f0ba0ef8705eeeffa6bbc87e11926d 100644 (file)
@@ -8,8 +8,8 @@ SSL_get_ciphers, SSL_get_cipher_list - get list of available SSL_CIPHERs
 
  #include <openssl/ssl.h>
 
- STACK_OF(SSL_CIPHER) *SSL_get_ciphers(SSL *ssl);
- const char *SSL_get_cipher_list(SSL *ssl, int priority);
+ STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
+ const char *SSL_get_cipher_list(const SSL *ssl, int priority);
 
 =head1 DESCRIPTION