DH_size - get Diffie-Hellman prime size
#include <openssl/dh.h>
int DH_size(DH *dh);
dh->p must not be NULL.