Return the number of secret bits used by a cipher suite.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
int SSL_CIPHER_get_bits( SSL_CIPHER const* c, int* alg_bits);
Number of secret bits, or 0 if c is NULL.
c