diff options
Diffstat (limited to 'openssl/apps/dsa.c')
-rw-r--r-- | openssl/apps/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/apps/dsa.c b/openssl/apps/dsa.c index 1109346f7..5222487ab 100644 --- a/openssl/apps/dsa.c +++ b/openssl/apps/dsa.c @@ -334,7 +334,7 @@ bad: i=PEM_write_bio_DSA_PUBKEY(out,dsa); else i=PEM_write_bio_DSAPrivateKey(out,dsa,enc, NULL,0,NULL, passout); -#ifndef OPENSSL_NO_RSA +#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_RC4) } else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) { EVP_PKEY *pk; pk = EVP_PKEY_new(); |