Return the NID of the bulk cipher algorithm used by a cipher suite.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
int SSL_CIPHER_get_cipher_nid(SSL_CIPHER const* c);
Cipher NID, or NID_undef when the suite has no encryption.