DSA_key_init
if ((brv = DSA_key_init(&dsakey, bkey->prime_bits)) != BIG_OK) {
if (DSA_key_init(&dsakey, bkey->prime_bits) != BIG_OK) {