update docs (recent constification)

This commit is contained in:
Nils Larsch
2005-03-30 11:50:14 +00:00
parent 0821bcd4de
commit c3e6402857
30 changed files with 113 additions and 109 deletions

View File

@@ -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) \