Update the info on version numbering
[openssl.git] / doc / crypto / rsa.pod
index 0486c044a68b26828da867335a3f025ef7b1c2b1..eb8ba612c48c4375a900d40270f1f9614a961a0e 100644 (file)
@@ -86,8 +86,9 @@ contain public as well as private RSA keys:
 In public keys, the private exponent and the related secret values are
 B<NULL>.
 
-B<dmp1>, B<dmq1> and B<iqmp> may be B<NULL> in private keys, but the
-RSA operations are much faster when these values are available.
+B<p>, B<q>, B<dmp1>, B<dmq1> and B<iqmp> may be B<NULL> in private
+keys, but the RSA operations are much faster when these values are
+available.
 
 =head1 CONFORMING TO