File 0659-crypto-Update-documentation.patch of Package erlang

From d2ac5f6ef34419a1e43c682228b88552fb81d2a9 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Wed, 25 Nov 2020 09:24:43 +0100
Subject: [PATCH] crypto: Update documentation

wrong rfc number
---
 lib/crypto/doc/src/crypto.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 86e3f0158a..e0b190a508 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -75,9 +75,10 @@
     <code>rsa_private() = [key_value()] = [E, N, D] | [E, N, D, P1, P2, E1, E2, C] </code>
     <p>Where E is the public exponent, N is public modulus and D is
     the private exponent.The longer key format contains redundant
-    information that will make the calculation faster. P1,P2 are first
-    and second prime factors. E1,E2 are first and second exponents. C
-    is the CRT coefficient. Terminology is taken from <url href="http://www.ietf.org/rfc/rfc3477.txt"> RFC 3447</url>.</p>
+    information that will make the calculation faster. P1 and P2 are first
+    and second prime factors. E1 and E2 are first and second exponents. C
+    is the CRT coefficient. The terminology is taken from
+    <url href="http://www.ietf.org/rfc/rfc3447.txt"> RFC 3447</url>.</p>
 
     <code>dss_public() = [key_value()] = [P, Q, G, Y] </code>
     <p>Where P, Q and G are the dss parameters and Y is the public key.</p>
-- 
2.26.2

openSUSE Build Service is sponsored by