From: Dr. Stephen Henson Date: Fri, 12 May 2006 00:27:39 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8k^2~1337 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=759d8ac6eed5fff8dd9065ede5634524c2d2cd5b;hp=959e8dfe06cccb3422d8b593a8e569b121d321ca Typo. --- diff --git a/apps/req.c b/apps/req.c index 10879b0663..e69d451f2f 100644 --- a/apps/req.c +++ b/apps/req.c @@ -1008,7 +1008,7 @@ loop: } fprintf(stdout,"Modulus="); #ifndef OPENSSL_NO_RSA - if (EVP_PKEY_base_id(tpubkey)) + if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) BN_print(out,tpubkey->pkey.rsa->n); else #endif