diff options
Diffstat (limited to 'moduli.c')
-rw-r--r-- | moduli.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: moduli.c,v 1.9 2004/07/11 17:48:47 deraadt Exp $ */ | 1 | /* $OpenBSD: moduli.c,v 1.10 2005/01/17 03:25:46 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright 1994 Phil Karn <karn@qualcomm.com> | 3 | * Copyright 1994 Phil Karn <karn@qualcomm.com> |
4 | * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com> | 4 | * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com> |
@@ -56,7 +56,7 @@ | |||
56 | #define QTYPE_UNKNOWN (0) | 56 | #define QTYPE_UNKNOWN (0) |
57 | #define QTYPE_UNSTRUCTURED (1) | 57 | #define QTYPE_UNSTRUCTURED (1) |
58 | #define QTYPE_SAFE (2) | 58 | #define QTYPE_SAFE (2) |
59 | #define QTYPE_SCHNOOR (3) | 59 | #define QTYPE_SCHNORR (3) |
60 | #define QTYPE_SOPHIE_GERMAIN (4) | 60 | #define QTYPE_SOPHIE_GERMAIN (4) |
61 | #define QTYPE_STRONG (5) | 61 | #define QTYPE_STRONG (5) |
62 | 62 | ||
@@ -530,7 +530,7 @@ prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted) | |||
530 | break; | 530 | break; |
531 | case QTYPE_UNSTRUCTURED: | 531 | case QTYPE_UNSTRUCTURED: |
532 | case QTYPE_SAFE: | 532 | case QTYPE_SAFE: |
533 | case QTYPE_SCHNOOR: | 533 | case QTYPE_SCHNORR: |
534 | case QTYPE_STRONG: | 534 | case QTYPE_STRONG: |
535 | case QTYPE_UNKNOWN: | 535 | case QTYPE_UNKNOWN: |
536 | debug2("%10u: (%u)", count_in, in_type); | 536 | debug2("%10u: (%u)", count_in, in_type); |