summaryrefslogtreecommitdiff
path: root/doc/ssl/SSL_get_current_cipher.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_get_current_cipher.pod')
-rw-r--r--doc/ssl/SSL_get_current_cipher.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_get_current_cipher.pod b/doc/ssl/SSL_get_current_cipher.pod
index 2dd7261d89..e5ab12491e 100644
--- a/doc/ssl/SSL_get_current_cipher.pod
+++ b/doc/ssl/SSL_get_current_cipher.pod
@@ -9,7 +9,7 @@ SSL_get_cipher_bits, SSL_get_cipher_version - get SSL_CIPHER of a connection
#include <openssl/ssl.h>
- SSL_CIPHER *SSL_get_current_cipher(SSL *ssl);
+ SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
#define SSL_get_cipher(s) \
SSL_CIPHER_get_name(SSL_get_current_cipher(s))
#define SSL_get_cipher_name(s) \