SSL_CIPHER_get_auth_nid
LSSL_USED(SSL_CIPHER_get_auth_nid);
int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c);
LSSL_ALIAS(SSL_CIPHER_get_auth_nid);
if (SSL_CIPHER_get_auth_nid(cipher) != sct->auth_nid) {
SSL_CIPHER_get_auth_nid(cipher), sct->auth_nid);