From: Richard Levitte Date: Mon, 14 Mar 2016 15:52:54 +0000 (+0100) Subject: Fix typo in manual, missing ending '>' X-Git-Tag: OpenSSL_1_1_0-pre4~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1beebdf6566d7c730dc254281d8f070e3c7dd75;p=oweals%2Fopenssl.git Fix typo in manual, missing ending '>' Reviewed-by: Stephen Henson --- diff --git a/doc/crypto/EVP_PKEY_set1_RSA.pod b/doc/crypto/EVP_PKEY_set1_RSA.pod index de31bc1572..c7fd8e94b9 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_id() returns the actual OID associated with B. Historically keys using the same algorithm could use different OIDs. For example an RSA key could use the OIDs corresponding to the NIDs B (equivalent to -B (equivalent to B). The use of +B) or B (equivalent to B). The use of alternative non-standard OIDs is now rare so B et al are not often seen in practice.