DSA_size - get DSA signature size
#include <openssl/dsa.h>
int DSA_size(const DSA *dsa);
dsa->q must not be NULL.