[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Mar 14 15:59:29 UTC 2016


The branch master has been updated
       via  d1beebdf6566d7c730dc254281d8f070e3c7dd75 (commit)
      from  d7a275eee364009fb2388102e186d2fb3f6cd1aa (commit)


- Log -----------------------------------------------------------------
commit d1beebdf6566d7c730dc254281d8f070e3c7dd75
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Mar 14 16:52:54 2016 +0100

    Fix typo in manual, missing ending '>'
    
    Reviewed-by: Stephen Henson <steve at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 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 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.
 


More information about the openssl-commits mailing list