*** empty log message ***
[openssl.git] / apps / req.c
index 9af5b49570bcb10662e787ee8dc68cf12f03775d..50802f52ca269426cdeda174ba73124f88334a46 100644 (file)
@@ -718,9 +718,11 @@ loop:
                        goto end; 
                        }
                fprintf(stdout,"Modulus=");
+#ifndef NO_RSA
                if (pubkey->type == EVP_PKEY_RSA)
                        BN_print(out,pubkey->pkey.rsa->n);
                else
+#endif
                        fprintf(stdout,"Wrong Algorithm type");
                fprintf(stdout,"\n");
                }