Bugzilla – Attachment 616 Details for
Bug 850
typo in Sophie Germain (french mathematician) name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for misspelled name
openssh.Sophie-Germain.patch (text/plain), 1.30 KB, created by
Luc Maisonobe
on 2004-04-22 19:58:58 AEST
(
hide
)
Description:
patch for misspelled name
Filename:
MIME Type:
Creator:
Luc Maisonobe
Created:
2004-04-22 19:58:58 AEST
Size:
1.30 KB
patch
obsolete
>diff -u -r -N openssh-3.8p1.orig/moduli.c openssh-3.8p1/moduli.c >--- openssh-3.8p1.orig/moduli.c Wed Dec 31 01:34:52 2003 >+++ openssh-3.8p1/moduli.c Thu Apr 22 11:47:15 2004 >@@ -58,7 +58,7 @@ > #define QTYPE_UNSTRUCTURED (1) > #define QTYPE_SAFE (2) > #define QTYPE_SCHNOOR (3) >-#define QTYPE_SOPHIE_GERMAINE (4) >+#define QTYPE_SOPHIE_GERMAIN (4) > #define QTYPE_STRONG (5) > > /* Tests: decimal (bit field). >@@ -219,7 +219,7 @@ > } > > /* >- * list candidates for Sophie-Germaine primes (where q = (p-1)/2) >+ * list candidates for Sophie-Germain primes (where q = (p-1)/2) > * to standard output. > * The list is checked against small known primes (less than 2**30). > */ >@@ -403,7 +403,7 @@ > debug2("test q = largebase+%u", 2 * j); > BN_set_word(q, 2 * j); > BN_add(q, q, largebase); >- if (qfileout(out, QTYPE_SOPHIE_GERMAINE, QTEST_SIEVE, >+ if (qfileout(out, QTYPE_SOPHIE_GERMAIN, QTEST_SIEVE, > largetries, (power - 1) /* MSB */, (0), q) == -1) { > ret = -1; > break; >@@ -490,8 +490,8 @@ > > /* modulus (hex) */ > switch (in_type) { >- case QTYPE_SOPHIE_GERMAINE: >- debug2("%10u: (%u) Sophie-Germaine", count_in, in_type); >+ case QTYPE_SOPHIE_GERMAIN: >+ debug2("%10u: (%u) Sophie-Germain", count_in, in_type); > a = q; > BN_hex2bn(&a, cp); > /* p = 2*q + 1 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 850
: 616