We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca637f commit d842b6eCopy full SHA for d842b6e
doc/man3/SSL_get_current_cipher.pod
@@ -10,8 +10,8 @@ SSL_get_pending_cipher - get SSL_CIPHER of a connection
10
11
#include <openssl/ssl.h>
12
13
- SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
14
- SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);
+ const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
+ const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);
15
16
const char *SSL_get_cipher_name(const SSL *s);
17
const char *SSL_get_cipher(const SSL *s);
0 commit comments