From d1beebdf6566d7c730dc254281d8f070e3c7dd75 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 14 Mar 2016 16:52:54 +0100 Subject: [PATCH] Fix typo in manual, missing ending '>' Reviewed-by: Stephen Henson --- doc/crypto/EVP_PKEY_set1_RSA.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1