In ssl(3) are there the following words:
SSL_CIPHER *SSL_get_cipher(SSL *ssl);

In Code:
#define SSL_get_cipher(s) \
  SSL_CIPHER_get_name(SSL_get_current_cipher(s))

so the reture value of SSL_get_cipher is char *, but not SSL_CIPHER

How poor the document is. :(

Fred

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to