summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2002-04-13 10:00:01 +0000
committerUlf Möller <ulf@openssl.org>2002-04-13 10:00:01 +0000
commitea72ff2df7676dbc485c97cede0d48df3b642ab6 (patch)
tree622504824d2436d5cec8fbd702e6504cf453d39c /doc
parent4e5b835c6a2ee21e2c95e3f86543158d1311b3d4 (diff)
error reported by Karsten Braaten
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/RSA_generate_key.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod
index fdaddbcb13..8714f7179d 100644
--- a/doc/crypto/RSA_generate_key.pod
+++ b/doc/crypto/RSA_generate_key.pod
@@ -19,7 +19,7 @@ be seeded prior to calling RSA_generate_key().
The modulus size will be B<num> bits, and the public exponent will be
B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure.
-The exponent is an odd number, typically 3 or 65535.
+The exponent is an odd number, typically 3, 17 or 65537.
A callback function may be used to provide feedback about the
progress of the key generation. If B<callback> is not B<NULL>, it