ssl3_get_cipher_by_index
c = ssl3_get_cipher_by_index(i);
const SSL_CIPHER *ssl3_get_cipher_by_index(int idx);
const SSL_CIPHER *ssl3_get_cipher_by_index(int idx);
if ((cipher = ssl3_get_cipher_by_index(i)) == NULL) {