aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-14 16:52:54 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-14 16:52:54 +0100
commitd1beebdf6566d7c730dc254281d8f070e3c7dd75 (patch)
treebe620bd87519be32af78f6929adc2dd24b40594f /doc
parentd7a275eee364009fb2388102e186d2fb3f6cd1aa (diff)
downloadopenssl-d1beebdf6566d7c730dc254281d8f070e3c7dd75.zip
openssl-d1beebdf6566d7c730dc254281d8f070e3c7dd75.tar.gz
openssl-d1beebdf6566d7c730dc254281d8f070e3c7dd75.tar.bz2
Fix typo in manual, missing ending '>'
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/EVP_PKEY_set1_RSA.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/EVP_PKEY_set1_RSA.pod b/doc/crypto/EVP_PKEY_set1_RSA.pod
index de31bc1..c7fd8e9 100644
--- a/doc/crypto/EVP_PKEY_set1_RSA.pod
+++ b/doc/crypto/EVP_PKEY_set1_RSA.pod
@@ -62,7 +62,7 @@ an RSA key will return B<EVP_PKEY_RSA>.
EVP_PKEY_id() returns the actual OID associated with B<pkey>. Historically keys
using the same algorithm could use different OIDs. For example an RSA key could
use the OIDs corresponding to the NIDs B<NID_rsaEncryption> (equivalent to
-B<EVP_PKEY_RSA) or B<NID_rsa> (equivalent to B<EVP_PKEY_RSA2>). The use of
+B<EVP_PKEY_RSA>) or B<NID_rsa> (equivalent to B<EVP_PKEY_RSA2>). The use of
alternative non-standard OIDs is now rare so B<EVP_PKEY_RSA2> et al are not
often seen in practice.